未验证 提交 bdc31cea 编写于 作者: 花裤衩 提交者: GitHub

chore: use Runtime-only (#799)

Detail see [Runtime-Compiler-vs-Runtime-only](https://vuejs.org/v2/guide/installation.html#Runtime-Compiler-vs-Runtime-only)
上级 ae2ca072
......@@ -34,7 +34,6 @@ module.exports = {
resolve: {
extensions: ['.js', '.vue', '.json'],
alias: {
'vue$': 'vue/dist/vue.esm.js',
'@': resolve('src'),
}
},
......
......@@ -36,6 +36,5 @@ new Vue({
router,
store,
i18n,
template: '<App/>',
components: { App }
render: h => h(App)
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册