first commit
This commit is contained in:
19
uni_modules/tdesign-uniapp/components/draggable/props.js
Normal file
19
uni_modules/tdesign-uniapp/components/draggable/props.js
Normal file
@@ -0,0 +1,19 @@
|
||||
const props = {
|
||||
direction: {
|
||||
type: String,
|
||||
value: 'all',
|
||||
},
|
||||
tClass: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
tClassButton: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
customStyle: {
|
||||
type: [String, Object],
|
||||
default: '',
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user