mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
chore: remove unused files of site
This commit is contained in:
@@ -58,7 +58,6 @@ export default {
|
||||
},
|
||||
|
||||
data() {
|
||||
console.log(this.config);
|
||||
return {
|
||||
showVersionPop: false
|
||||
};
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user