Skip to content

Commit

Permalink
11-组件化开发
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtianyi0110 authored Mar 31, 2020
1 parent fa3b480 commit 0f777b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 11-组件化开发/11-组件化开发.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ vaildator: function (value) {

### 11.8.1 父传子(props的驼峰标识)

​ v-bind是 不支持使用驼峰标识的,例如`c-User`要改成`c-User`
​ v-bind是 不支持使用驼峰标识的,例如`cUser`要改成`c-User`

```html
<div id="app">
Expand Down Expand Up @@ -966,4 +966,4 @@ for (let cpn of this.$children) {
<cpn ref="aaa"></cpn>
```

**直接调用**
**直接调用**

0 comments on commit 0f777b5

Please sign in to comment.