fix: 去除WxLocation组件多余Location图标
parent
df3b381d6f
commit
fbbf4131f6
|
@ -31,7 +31,6 @@
|
||||||
/>
|
/>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-icon><Location /></el-icon>
|
|
||||||
<Icon icon="ep:location" />
|
<Icon icon="ep:location" />
|
||||||
{{ label }}
|
{{ label }}
|
||||||
</el-row>
|
</el-row>
|
||||||
|
@ -39,6 +38,7 @@
|
||||||
</el-link>
|
</el-link>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts" name="WxLocation">
|
<script setup lang="ts" name="WxLocation">
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
locationX: {
|
locationX: {
|
||||||
|
|
Loading…
Reference in New Issue