删除无用的main.js;修改分类页面搜索框无法使用的问题

This commit is contained in:
gaoxs
2020-04-13 17:37:36 +08:00
parent b4c76df22a
commit ead26e3d1b
64 changed files with 8 additions and 321 deletions

View File

@ -1,5 +0,0 @@
import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()