Commit c9c154e1caf0b85e7b7cc9a33471885571e08e29
1 parent
8e4401a4
Exists in
master
and in
1 other branch
去掉文档中错误的代码
Showing
1 changed file
with
0 additions
and
17 deletions
Show diff stats
examples/views/docs/component/detail.md
| ... | ... | @@ -37,23 +37,6 @@ export default { |
| 37 | 37 | |
| 38 | 38 | ::: |
| 39 | 39 | |
| 40 | - | |
| 41 | -使用`list`属性设置数据源 | |
| 42 | - | |
| 43 | -```js | |
| 44 | -export default { | |
| 45 | - data() { | |
| 46 | - const d = '!&(*&(*'; | |
| 47 | - console.log('123'); | |
| 48 | - return { | |
| 49 | - a: 123, | |
| 50 | - b: '456', | |
| 51 | - c: d, | |
| 52 | - } | |
| 53 | - } | |
| 54 | -} | |
| 55 | -``` | |
| 56 | - | |
| 57 | 40 | --- |
| 58 | 41 | |
| 59 | 42 | ## API | ... | ... |