Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e39039

Browse files
msaelicesrigor789
authored andcommitted
fix: ensre default is exported after bundling (nativescript-vue#301)
1 parent259640e commit7e39039

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎platform/nativescript/framework.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,10 @@ global.__onLiveSyncCore = () => {
7171
}
7272
}
7373

74+
// Fix a rollup problem which does not define
75+
// module.export.default = Vue
76+
// so a `import Vue from 'nativescript-vue'` will
77+
// fail from a Typescript file
78+
Vue.default=Vue
79+
7480
exportdefaultVue

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp