From 087d3f133fe74b364324eef699b8f35580bd8e76 Mon Sep 17 00:00:00 2001
From: wang1314-a <58717643+wang1314-a@users.noreply.github.com>
Date: Wed, 1 Jul 2020 13:43:36 +0800
Subject: [PATCH] Update VLink.vue
---
src/components/VLink.vue | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/src/components/VLink.vue b/src/components/VLink.vue
index af27bae..abe3188 100644
--- a/src/components/VLink.vue
+++ b/src/components/VLink.vue
@@ -1,35 +1,51 @@
+ // 利用a标签的v-bind进行绑定路径及样式是否为激活状态
+ // 利用v-on:click绑定点击事件,进行跳转
+ // 这儿设置插槽