chore: remove unused files of site

This commit is contained in:
陈嘉涵
2019-12-06 16:19:03 +08:00
parent dc6cc6c5af
commit 83d5d0982e
19 changed files with 29 additions and 1531 deletions

View File

@@ -58,7 +58,6 @@ export default {
},
data() {
console.log(this.config);
return {
showVersionPop: false
};

View File

@@ -12,8 +12,10 @@ if (process.env.NODE_ENV !== 'production') {
Vue.component(DemoBlock.name, DemoBlock);
Vue.component(DemoSection.name, DemoSection);
new Vue({
el: '#app',
render: h => h(App),
router
});
setTimeout(() => {
new Vue({
el: '#app',
render: h => h(App),
router
});
}, 0);