Update CustomizationDoc.vue

pull/4258/head
mertsincan 2023-08-10 23:54:33 +01:00
parent f7f15d65ae
commit fcca8e506c
1 changed files with 2 additions and 2 deletions

View File

@ -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.
}
);