Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-08-07 06:33:04 +08:00
84 changed files with 898 additions and 345 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<demo-section>
<van-tabs v-model="tab" sticky :color="BLUE">
<van-tabs v-model="tab" sticky>
<van-tab :title="t('demo')">
<demo-block :title="t('basicUsage')">
<van-col span="6" @click="copy(demoIcon)">
-1
View File
@@ -3,7 +3,6 @@
.van-icon {
&__image {
display: block;
width: 1em;
height: 1em;
object-fit: contain;