mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[improvement] replace icons (#2304)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<van-cell
|
||||
:title="$t('cell')"
|
||||
:value="$t('content')"
|
||||
icon="location"
|
||||
icon="location-o"
|
||||
/>
|
||||
</demo-block>
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<demo-block :title="$t('advancedUsage')">
|
||||
<van-cell
|
||||
:value="$t('content')"
|
||||
icon="shop"
|
||||
icon="shop-o"
|
||||
is-link
|
||||
>
|
||||
<template slot="title">
|
||||
@@ -84,7 +84,7 @@
|
||||
</van-cell>
|
||||
<van-cell
|
||||
:title="$t('cell')"
|
||||
icon="location"
|
||||
icon="location-o"
|
||||
is-link
|
||||
/>
|
||||
<van-cell :title="$t('cell')">
|
||||
|
Reference in New Issue
Block a user