From 57f1556e420ff03932a755af0bae70242165ed81 Mon Sep 17 00:00:00 2001 From: rigor789 Date: Tue, 16 Jun 2020 15:27:23 +0200 Subject: [PATCH] feat: $navigateTo and $navigateBack --- apps/demo/app/Test.vue | 13 +++++ apps/demo/app/TestPage.vue | 16 ++++++ packages/runtime/src/plugins/navigation.ts | 58 +++++++++++++++++----- 3 files changed, 74 insertions(+), 13 deletions(-) create mode 100644 apps/demo/app/TestPage.vue diff --git a/apps/demo/app/Test.vue b/apps/demo/app/Test.vue index 87dcc58a..c4447020 100644 --- a/apps/demo/app/Test.vue +++ b/apps/demo/app/Test.vue @@ -2,9 +2,17 @@