8000 fix: canBeLeftOpenTag in defaultViewMeta instead of canBeLeftOpen (#308) · vuejsadmin/nativescript-vue@1b63f5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b63f5b

Browse files
xuqingkuangrigor789
authored andcommitted
fix: canBeLeftOpenTag in defaultViewMeta instead of canBeLeftOpen (nativescript-vue#308)
1 parent 4389228 commit 1b63f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0