vant components

This commit is contained in:
cookfront
2017-04-19 17:44:57 +08:00
parent c6014ad62d
commit 06e333eb3e
145 changed files with 1679 additions and 1619 deletions

View File

@@ -1,5 +1,5 @@
<template><section class="demo-image-preview"><h1 class="demo-title">ImagePreview 图片预览</h1><example-block title="基础用法">
<zan-button @click="handleImagePreview">预览图片</zan-button>
<van-button @click="handleImagePreview">预览图片</van-button>
@@ -7,7 +7,7 @@
<style>
@component-namespace demo {
@b image-preview {
.zan-button {
.van-button {
margin-left: 15px;
}
}