feat: 新增 useCrudSchemas demo
This commit is contained in:
@@ -17,7 +17,7 @@ const props = defineProps({
|
||||
type: Object,
|
||||
default: () => ({})
|
||||
},
|
||||
deep: propTypes.number.def(1),
|
||||
deep: propTypes.number.def(5),
|
||||
showLength: propTypes.bool.def(true),
|
||||
showLineNumbers: propTypes.bool.def(true),
|
||||
showLineNumber: propTypes.bool.def(true),
|
||||
|
||||
Reference in New Issue
Block a user