UNPKG

@vant/weapp

Version:

轻量、可靠的小程序 UI 组件库

10 lines (9 loc) 219 B
import { useParent } from '../common/relation'; import { VantComponent } from '../common/component'; VantComponent({ relation: useParent('row'), props: { span: Number, offset: Number, }, });