Skip to content

Commit 1eafa10

Browse files
committed
chore: merge origin master
2 parents df0a98e + 1b63f5b commit 1eafa10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface NativeScriptVue<V = View> extends Vue {
2222
$navigateTo: navigateTo
2323
$navigateBack: () => void
2424

25-
$modal?: { close: (data?) => Promise<typeof data> };
25+
$modal?: { close: (data?: any) => Promise<typeof data> };
2626

2727
/**
2828
* Open a modal using a component

platform/nativescript/element-registry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const defaultViewMeta = {
66
skipAddToDom: false,
77
isUnaryTag: false,
88
tagNamespace: '',
9-
canBeLeftOpen: false,
9+
canBeLeftOpenTag: false,
1010
model: null,
1111
component: null
1212
}

0 commit comments

Comments
 (0)