优化
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { regionData, codeToText } from 'element-china-area-data'
|
import { regionData, codeToText } from 'element-china-area-data'
|
||||||
import { defineEmits, defineExpose } from 'vue'
|
|
||||||
const emit = defineEmits(['change'])
|
const emit = defineEmits(['change'])
|
||||||
|
|
||||||
const placeholder = ref('')
|
const placeholder = ref('')
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { defineExpose } from 'vue'
|
|
||||||
import { genFileId } from 'element-plus'
|
import { genFileId } from 'element-plus'
|
||||||
const show = ref(false)
|
const show = ref(false)
|
||||||
const imgUrl = ref('')
|
const imgUrl = ref('')
|
||||||
|
|||||||
Reference in New Issue
Block a user