mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-09 23:08:55 +08:00
chore: use Runtime-only
Detail see https://vuejs.org/v2/guide/installation.html#Runtime-Compiler-vs-Runtime-only
This commit is contained in:
parent
ae2ca072f5
commit
b07299a9b3
@ -34,7 +34,6 @@ module.exports = {
|
||||
resolve: {
|
||||
extensions: ['.js', '.vue', '.json'],
|
||||
alias: {
|
||||
'vue$': 'vue/dist/vue.esm.js',
|
||||
'@': resolve('src'),
|
||||
}
|
||||
},
|
||||
|
@ -36,6 +36,6 @@ new Vue({
|
||||
router,
|
||||
store,
|
||||
i18n,
|
||||
template: '<App/>',
|
||||
render: h => h(App),
|
||||
components: { App }
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user