init
This commit is contained in:
9
node_modules/@vant/weapp/dist/col/index.js
generated
vendored
Normal file
9
node_modules/@vant/weapp/dist/col/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { useParent } from '../common/relation';
|
||||
import { VantComponent } from '../common/component';
|
||||
VantComponent({
|
||||
relation: useParent('row'),
|
||||
props: {
|
||||
span: Number,
|
||||
offset: Number,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user