File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import Vue from 'vue'
2
- import VueCompositionAPI from '@vue/composition-api/dist/vue-composition-api.esm.js '
2
+ import VueCompositionAPI from '@vue/composition-api/dist/vue-composition-api.mjs '
3
3
4
4
function install ( _vue ) {
5
5
_vue = _vue || Vue
@@ -15,7 +15,7 @@ var Vue2 = Vue
15
15
var version = Vue . version
16
16
17
17
/**VCA-EXPORTS**/
18
- export * from '@vue/composition-api/dist/vue-composition-api.esm.js '
18
+ export * from '@vue/composition-api/dist/vue-composition-api.mjs '
19
19
/**VCA-EXPORTS**/
20
20
21
21
export {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function updateVue2API() {
40
40
content = content . replace (
41
41
/ \/ \* \* V C A - E X P O R T S \* \* \/ [ \s \S ] + \/ \* \* V C A - E X P O R T S \* \* \/ / m,
42
42
`/**VCA-EXPORTS**/
43
- export { ${ exports . join ( ', ' ) } } from '@vue/composition-api/dist/vue-composition-api.esm.js '
43
+ export { ${ exports . join ( ', ' ) } } from '@vue/composition-api/dist/vue-composition-api.mjs '
44
44
/**VCA-EXPORTS**/`
45
45
)
46
46
You can’t perform that action at this time.
0 commit comments