You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
432 B

1 year ago
const props = {
appear: {
type: Boolean,
value: false,
},
customClass: {
type: String,
value: '',
},
destoryOnClose: {
type: Boolean,
value: false,
},
duration: {
type: Number,
},
name: {
type: String,
value: 't-transition',
},
visible: {
type: Boolean,
value: false,
},
};
export default props;