Skip to content

Commit 4f59efc

Browse files
EddyVerbruggenrigor789
authored andcommitted
Fix iOS crash on startup (b.prototype blah blah) (nativescript-vue#23)
1 parent d6261ea commit 4f59efc

File tree

4 files changed

+9
-51
lines changed

4 files changed

+9
-51
lines changed

nativescript-vue/dist/index.js

Lines changed: 4 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nativescript-vue/dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nativescript-vue/platform/nativescript/runtime/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import {start} from 'application'
12
import {warn} from 'core/util/index'
23
import {patch} from './patch'
34
import {mountComponent} from 'core/instance/lifecycle'
@@ -9,8 +10,6 @@ import DocumentNode from '../renderer/DocumentNode'
910
import platformComponents from './components/index'
1011
import platformDirectives from './directives/index'
1112

12-
import {start} from 'application'
13-
1413
import {
1514
mustUseProp,
1615
isReservedTag,

vue-sample/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"id": "org.nativescript.vuesample",
88
"tns-android": {
99
"version": "3.0.0"
10+
},
11+
"tns-ios": {
12+
"version": "3.0.1"
1013
}
1114
},
1215
"dependencies": {

0 commit comments

Comments
 (0)