diff --git a/platform/nativescript/util/index.js b/platform/nativescript/util/index.js
index fc2ebf4d..01944f59 100644
--- a/platform/nativescript/util/index.js
+++ b/platform/nativescript/util/index.js
@@ -31,7 +31,7 @@ export function isUnknownElement(el) {
}
export function isPage(el) {
- return el && el.tagName === 'page'
+ return el && el.tagName === 'nativepage'
}
/** @deprecated */
diff --git a/samples/app/app-with-pages.js b/samples/app/app-with-pages.js
index 16693289..0f943779 100644
--- a/samples/app/app-with-pages.js
+++ b/samples/app/app-with-pages.js
@@ -2,9 +2,16 @@ const Vue = require('./nativescript-vue')
const App = {
template: `
-
-
-
+
+
+
+
+
+
+
+
+
+
`,
methods: {
@@ -16,11 +23,16 @@ const App = {
const DetailsPage = {
template: `
+
+
+
+
+
`,
methods: {