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