This commit is contained in:
2023-09-15 09:35:06 +08:00
parent 4ac8391a9a
commit 93e33116ae
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
<script setup>
import { regionData, codeToText } from 'element-china-area-data'
import { defineEmits, defineExpose } from 'vue'
const emit = defineEmits(['change'])
const placeholder = ref('')

View File

@@ -11,7 +11,6 @@
</template>
<script setup>
import { defineExpose } from 'vue'
import { genFileId } from 'element-plus'
const show = ref(false)
const imgUrl = ref('')