Skip to content

Commit fbbf413

Browse files
committed
fix: 去除WxLocation组件多余Location图标
1 parent df3b381 commit fbbf413

File tree

1 file changed

+1
-1
lines changed
  • src/views/mp/components/wx-location

1 file changed

+1
-1
lines changed

src/views/mp/components/wx-location/main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
/>
3232
</el-row>
3333
<el-row>
34-
<el-icon><Location /></el-icon>
3534
<Icon icon="ep:location" />
3635
{{ label }}
3736
</el-row>
3837
</el-col>
3938
</el-link>
4039
</div>
4140
</template>
41+
4242
<script setup lang="ts" name="WxLocation">
4343
const props = defineProps({
4444
locationX: {

0 commit comments

Comments
 (0)