mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
29 lines
462 B
Markdown
29 lines
462 B
Markdown
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
author: 'pangxie'
|
|
};
|
|
}
|
|
};
|
|
</script>
|
|
|
|
## sample组件
|
|
|
|
### 基础用法
|
|
|
|
author设置为test
|
|
|
|
:::demo 样例代码
|
|
```html
|
|
<sample :author="author"></sample>
|
|
```
|
|
:::
|
|
|
|
|
|
### API
|
|
|
|
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|
|
|-----------|-----------|-----------|-------------|-------------|
|
|
| className | 自定义额外类名 | string | '' | '' |
|