Newer
Older
DH_Apicture / src / views / pictureOnMap / iconSearch.vue
@ZZJ ZZJ on 9 Dec 136 bytes 搜索框样式
  1. <template>
  2. <el-icon><Search /></el-icon>
  3. </template>
  4. <script setup>
  5. onMounted(() => {});
  6. </script>
  7. <style lang="scss" scoped></style>