Update CustomizationDoc.vue
parent
f7f15d65ae
commit
fcca8e506c
|
@ -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.
|
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.
|
customizer: undefined // Defines the custom method to merge PT options.
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue