From 707400b7bed213cda12f8cc7ef526b46ad5fdacb Mon Sep 17 00:00:00 2001 From: CzBiX Date: Tue, 31 Mar 2020 22:46:42 +0800 Subject: [PATCH] Register protocol handler close #11 --- src/App.vue | 15 +++++++++++++++ src/components/AddForm.vue | 2 +- src/protocolHandler.ts | 29 +++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 src/protocolHandler.ts diff --git a/src/App.vue b/src/App.vue index 387fa32..a39e0eb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -74,6 +74,8 @@