8000 Arrow function · will007008/nativescript-vue@5618434 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5618434

Browse files
committed
Arrow function
1 parent d7362a5 commit 5618434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/nativescript/navigator-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
frame,
4242
Object.assign(
4343
{
44-
create() {
44+
create: () => {
4545
resolve(toPage)
4646
return toPage
4747
}

0 commit comments

Comments
 (0)
0