update doc

This commit is contained in:
陈嘉涵
2017-08-31 10:38:05 +08:00
parent 7574962af6
commit a2a8523da1
6 changed files with 18 additions and 21 deletions

View File

@@ -6,6 +6,8 @@
<script>
export default {
name: 'demo-block',
computed: {
component() {
return this.$route.path.split('/').pop();

View File

@@ -13,7 +13,7 @@
</template>
<script>
import docConfig from '../doc.config.js';
import docConfig from '../doc.config';
import MobileNav from './mobile-nav';
export default {