mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 07:30:53 +00:00
458 B
458 B
<script>
export default {
data() {
return {
author: 'test'
};
}
};
</script>
sample组件
基础用法
author设置为test
:::demo 样例代码
<sample author="author"></sample>
:::
API
参数 | 说明 | 类型 | 默认值 | 可选值 |
---|---|---|---|---|
className | 自定义额外类名 | string | '' | '' |