fix: collapse 动画警告
This commit is contained in:
@@ -25,6 +25,6 @@ export interface LayTransitionProps {
|
||||
|
||||
const props = withDefaults(defineProps<LayTransitionProps>(), {
|
||||
type: "collapse",
|
||||
enable: true
|
||||
enable: true,
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user