build docs

This commit is contained in:
cookfront
2017-03-09 21:19:44 +08:00
parent 83f7d225e3
commit d4d923d55e
5 changed files with 8 additions and 4 deletions

View File

@@ -40,7 +40,11 @@
</style>
<script>
import Vue from "vue";import ExampleBlock from "../components/example-block";Vue.component("example-block", ExampleBlock);
import MobileComputed from 'components/mobile-computed';
export default {
mixins: [MobileComputed],
data() {
return {
show1: false,