diff --git a/docs/vue.md b/docs/vue.md
index 69cf507..ac54e7f 100644
--- a/docs/vue.md
+++ b/docs/vue.md
@@ -171,7 +171,7 @@ app.mount('#app')
通过不带参数的 `v-bind`,你可以将它们绑定到单个元素上
-```vue
+```html
@@ -552,7 +552,7 @@ const username = 'vue'
### defineEmits
-```vue
+```html