build docs

This commit is contained in:
cookfront
2017-03-08 17:31:41 +08:00
parent 7278df2f00
commit 068f6e6ecf
5 changed files with 14 additions and 5 deletions

View File

@@ -30,7 +30,16 @@
</example-block></section></template>
<style>
@component-namespace demo {
@b popup {
.zan-popup-4 {
width: 60%;
height: 200px;
}
}
}
</style>
<script>
import Vue from "vue";import ExampleBlock from "../components/example-block";Vue.component("example-block", ExampleBlock);
export default {