add button

This commit is contained in:
niunai
2017-02-06 10:30:43 +08:00
parent 347dc1751c
commit 4562ca8b19
23 changed files with 616 additions and 117 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
export default {
data() {
return {
author: 'test'
author: 'pangxie'
};
}
};
@@ -16,7 +16,7 @@ author设置为test
:::demo 样例代码
```html
<sample author="author"></sample>
<sample :author="author"></sample>
```
:::