mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
9 lines
254 B
TypeScript
9 lines
254 B
TypeScript
import { VantComponent } from '../../common/component';
|
|
|
|
VantComponent({
|
|
data: {
|
|
text: '在代码阅读过程中人们说脏话的频率是衡量代码质量的唯一标准。',
|
|
shortText: '技术是开发它的人的共同灵魂。',
|
|
},
|
|
});
|