Skip to content

Commit bdfccfe

Browse files
committed
modify by dk
1 parent 7e3859b commit bdfccfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ var vm = new Vue({
174174

175175
## 指令
176176
指令(Directive),换句话说就是元素的自定义属性,在 Vue 中是以 v- 为前缀的自定义属性
177+
177178
| 指令 | 类型 | 用法 | 效果 |
178179
|------|-----|------|------|
179180
| v-text | string | `<span v-text="msg"></span>`效果等同于`<span>{{msg}}</span>`

0 commit comments

Comments
 (0)