Skip to content

Commit 6048f5a

Browse files
committed
refactor: deprecate ensurePage util
1 parent ba4e994 commit 6048f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/nativescript/util/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export function isPage(el) {
3434
return el && el.tagName === 'page'
3535
}
3636

37+
/** @deprecated */
3738
export function ensurePage(el, vm) {
3839
if (!isPage(el)) {
3940
const page = new (getViewClass('page'))()

0 commit comments

Comments
 (0)