Closed herozhou closed 7 years ago
I cant get vue 'vue/types/index' from like this,
//main.ts import vue from 'vue'
But I want to use some vue plugin ,so I have to use vue from 'vue/dist/vue.esm.js' .Not from 'vue/types/index'。I add webpack alias but it doesn't work.
How cant I use both vue (js and ts) in my project ?
and some error like this
Sorry about the delay here; I bellieve you need to use allowSyntheticDefaultImports for this to work.
allowSyntheticDefaultImports
I cant get vue 'vue/types/index' from like this,
But I want to use some vue plugin ,so I have to use vue from 'vue/dist/vue.esm.js'
.Not from 'vue/types/index'。I add webpack alias but it doesn't work.
How cant I use both vue (js and ts) in my project ?