[build] 0.0.49

This commit is contained in:
cookfront 2017-04-01 17:55:22 +08:00
parent de664f2e10
commit 0596588d40
3 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,10 @@
<template><section class="demo-dialog"><h1 class="demo-title">dialog</h1><example-block title="基础用法">
<template><section class="demo-dialog"><h1 class="demo-title">dialog</h1><example-block title="消息提示">
<zan-button @click="handleAlertClick">alert</zan-button>
<zan-button @click="handleConfirmClick">confirm</zan-button>
</example-block><example-block title="消息确认">
<zan-button @click="handleConfirmClick">confirm</zan-button>

View File

@ -1,6 +1,6 @@
{
"name": "@youzan/zanui-css",
"version": "0.0.48",
"version": "0.0.49",
"description": "zanui css.",
"main": "lib/index.css",
"style": "lib/index.css",

View File

@ -80,7 +80,7 @@ if (typeof window !== 'undefined' && window.Vue) {
module.exports = {
install,
version: '0.0.48',
version: '0.0.49',
Button,
Switch,
Field,