Skip to content
Snippets Groups Projects
Unverified Commit bdc31cea authored by 花裤衩's avatar 花裤衩 Committed by GitHub
Browse files

chore: use Runtime-only (#799)

parent ae2ca072
No related branches found
No related tags found
No related merge requests found
......@@ -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)
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment