diff --git a/doc/tailwind/CustomizationDoc.vue b/doc/tailwind/CustomizationDoc.vue index a3467a42d..70636aa06 100644 --- a/doc/tailwind/CustomizationDoc.vue +++ b/doc/tailwind/CustomizationDoc.vue @@ -65,9 +65,9 @@ const CustomTailwind = usePassThrough( } }, { - merge: true, // Used to merge PT options. Default is true. + merge: true, // Used to merge PT options. The default is true. useMergeProps: false, // Whether to use Vue's 'mergeProps' method to merge PT options. - ignoredKeysOnMerge: [], // Defines keys to ignore during merge operation. For example; ['panel.title'] + ignoredKeysOnMerge: [], // Defines keys to ignore during the merge operation. For example; ['panel.title'] customizer: undefined // Defines the custom method to merge PT options. } );