fix: 去除WxLocation组件多余Location图标

(cherry picked from commit fbbf4131f6)
This commit is contained in:
dhb52 2023-04-12 14:05:21 +08:00 committed by shizhong
parent bdcaf12091
commit 3b44b42da8

View File

@ -31,7 +31,6 @@
/>
</el-row>
<el-row>
<el-icon><Location /></el-icon>
<Icon icon="ep:location" />
{{ label }}
</el-row>
@ -39,6 +38,7 @@
</el-link>
</div>
</template>
<script setup lang="ts" name="WxLocation">
const props = defineProps({
locationX: {