mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 17:26:44 +08:00
vant/es/vant-image处理测试环境问题
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
node_modules
|
||||
dist
|
||||
package-lock.json
|
||||
|
||||
.eslintrc.js
|
||||
.prettierrc
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { Icon, Image as VanImage } from 'vant'
|
||||
import { Icon, Image } from 'vant'
|
||||
|
||||
export default {
|
||||
name: 'IndexBar',
|
||||
@@ -54,7 +54,7 @@ export default {
|
||||
},
|
||||
components: {
|
||||
[Icon.name]: Icon,
|
||||
[VanImage.name]: VanImage
|
||||
[Image.name]: Image
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { Icon, Image as VanImage } from 'vant'
|
||||
import { Icon, Image } from 'vant'
|
||||
|
||||
export default {
|
||||
name: 'IndexBar',
|
||||
@@ -54,7 +54,7 @@ export default {
|
||||
},
|
||||
components: {
|
||||
[Icon.name]: Icon,
|
||||
[VanImage.name]: VanImage
|
||||
[Image.name]: Image
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user