diff --git a/docs/vue.md b/docs/vue.md
index 7d4996f..5f9c996 100644
--- a/docs/vue.md
+++ b/docs/vue.md
@@ -224,8 +224,9 @@ data() {
```
### 获取事件对象
+
-```js
+```html
-
+
```
+
### 动态参数
@@ -301,8 +306,9 @@ v-on:submit.prevent="onSubmit"
```
### 自定义指令 Directives
+
-```js
+```html