first commit
This commit is contained in:
22
uni_modules/tdesign-uniapp/components/transition/props.js
Normal file
22
uni_modules/tdesign-uniapp/components/transition/props.js
Normal file
@@ -0,0 +1,22 @@
|
||||
const props = {
|
||||
appear: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
destoryOnHide: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
durations: {
|
||||
type: null,
|
||||
},
|
||||
name: {
|
||||
type: String,
|
||||
default: 't-transition',
|
||||
},
|
||||
visible: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user