[Improvement] update CDN domain (#652)

This commit is contained in:
neverland
2018-02-27 15:14:43 +08:00
committed by GitHub
parent 6ccaec078b
commit 8641701609
11 changed files with 18 additions and 19 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
<demo-section>
<demo-block :title="$t('basicUsage')">
<van-button @click="show1 = true">{{ $t('button1') }}</van-button>
<van-popup v-model="show1" :prevent-scroll="true">{{ $t('content') }}</van-popup>
<van-popup v-model="show1" prevent-scroll>{{ $t('content') }}</van-popup>
</demo-block>
<demo-block :title="$t('position')">
<van-button @click="show2 = true;">{{ $t('button2') }}</van-button>
<van-popup v-model="show2" position="bottom" :prevent-scroll="true">
<van-popup v-model="show2" position="bottom" prevent-scroll>
<van-tabs>
<van-tab class="custom-pane" title="Tab1">
<ul class="scroller">