From eb933c7a8f74514881537a57959e6fd14b0892c1 Mon Sep 17 00:00:00 2001
From: btea <2356281422@qq.com>
Date: Wed, 22 Dec 2021 02:41:14 -0600
Subject: [PATCH] fix: remove default router ts (#20)
---
playground/jsx-router-pinia-with-tests/src/views/HomeView.vue | 2 +-
playground/jsx-router-pinia/src/views/HomeView.vue | 2 +-
playground/jsx-router-with-tests/src/views/HomeView.vue | 2 +-
playground/jsx-router/src/views/HomeView.vue | 2 +-
playground/router-pinia-with-tests/src/views/HomeView.vue | 2 +-
playground/router-pinia/src/views/HomeView.vue | 2 +-
playground/router-with-tests/src/views/HomeView.vue | 2 +-
playground/router/src/views/HomeView.vue | 2 +-
template/code/router/src/views/HomeView.vue | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/playground/jsx-router-pinia-with-tests/src/views/HomeView.vue b/playground/jsx-router-pinia-with-tests/src/views/HomeView.vue
index 6555a646..225d93a9 100644
--- a/playground/jsx-router-pinia-with-tests/src/views/HomeView.vue
+++ b/playground/jsx-router-pinia-with-tests/src/views/HomeView.vue
@@ -1,4 +1,4 @@
-
diff --git a/playground/jsx-router-pinia/src/views/HomeView.vue b/playground/jsx-router-pinia/src/views/HomeView.vue
index 6555a646..225d93a9 100644
--- a/playground/jsx-router-pinia/src/views/HomeView.vue
+++ b/playground/jsx-router-pinia/src/views/HomeView.vue
@@ -1,4 +1,4 @@
-
diff --git a/playground/jsx-router-with-tests/src/views/HomeView.vue b/playground/jsx-router-with-tests/src/views/HomeView.vue
index 6555a646..225d93a9 100644
--- a/playground/jsx-router-with-tests/src/views/HomeView.vue
+++ b/playground/jsx-router-with-tests/src/views/HomeView.vue
@@ -1,4 +1,4 @@
-
diff --git a/playground/jsx-router/src/views/HomeView.vue b/playground/jsx-router/src/views/HomeView.vue
index 6555a646..225d93a9 100644
--- a/playground/jsx-router/src/views/HomeView.vue
+++ b/playground/jsx-router/src/views/HomeView.vue
@@ -1,4 +1,4 @@
-
diff --git a/playground/router-pinia-with-tests/src/views/HomeView.vue b/playground/router-pinia-with-tests/src/views/HomeView.vue
index 6555a646..225d93a9 100644
--- a/playground/router-pinia-with-tests/src/views/HomeView.vue
+++ b/playground/router-pinia-with-tests/src/views/HomeView.vue
@@ -1,4 +1,4 @@
-
diff --git a/playground/router-pinia/src/views/HomeView.vue b/playground/router-pinia/src/views/HomeView.vue
index 6555a646..225d93a9 100644
--- a/playground/router-pinia/src/views/HomeView.vue
+++ b/playground/router-pinia/src/views/HomeView.vue
@@ -1,4 +1,4 @@
-
diff --git a/playground/router-with-tests/src/views/HomeView.vue b/playground/router-with-tests/src/views/HomeView.vue
index 6555a646..225d93a9 100644
--- a/playground/router-with-tests/src/views/HomeView.vue
+++ b/playground/router-with-tests/src/views/HomeView.vue
@@ -1,4 +1,4 @@
-
diff --git a/playground/router/src/views/HomeView.vue b/playground/router/src/views/HomeView.vue
index 6555a646..225d93a9 100644
--- a/playground/router/src/views/HomeView.vue
+++ b/playground/router/src/views/HomeView.vue
@@ -1,4 +1,4 @@
-
diff --git a/template/code/router/src/views/HomeView.vue b/template/code/router/src/views/HomeView.vue
index 6555a646..225d93a9 100644
--- a/template/code/router/src/views/HomeView.vue
+++ b/template/code/router/src/views/HomeView.vue
@@ -1,4 +1,4 @@
-
--
2.39.5