From 33dce5c1bf0b4ee86ce603a34bdc672f93650e8c Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Tue, 28 Jun 2022 14:29:53 -0300 Subject: [PATCH] make clipboard a Ref and add RootDangerNotifier --- navigator/src/App.vue | 12 +++---- .../src/components/RootDangerNotifier.vue | 34 +++++++++++++++++++ 2 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 navigator/src/components/RootDangerNotifier.vue diff --git a/navigator/src/App.vue b/navigator/src/App.vue index 700e781..bc0fe57 100644 --- a/navigator/src/App.vue +++ b/navigator/src/App.vue @@ -19,6 +19,7 @@ If not, see .
+