diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue
index 12a1f58..b0b6d4c 100644
--- a/src/components/SvgIcon/index.vue
+++ b/src/components/SvgIcon/index.vue
@@ -1,5 +1,5 @@
-
diff --git a/src/views/layout/components/Sidebar/Link.vue b/src/views/layout/components/Sidebar/Link.vue
index 5a413e0..bff45cd 100644
--- a/src/views/layout/components/Sidebar/Link.vue
+++ b/src/views/layout/components/Sidebar/Link.vue
@@ -1,6 +1,6 @@
-
+
@@ -17,11 +17,8 @@ export default {
}
},
methods: {
- isExternalLink(routePath) {
- return isExternal(routePath)
- },
linkProps(url) {
- if (this.isExternalLink(url)) {
+ if (isExternal(url)) {
return {
is: 'a',
href: url,