We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4865f86 commit 038ca2dCopy full SHA for 038ca2d
packages/components-vue/src/types/props.ts
@@ -200,7 +200,11 @@ export interface iValueComplexProps extends iUseThemeProps {
200
* The value prop will be a property of this node
201
*/
202
node?: Record<string, any>;
203
- readonly?: boolean;
+ /**
204
+ * This type seems to collide with nuxt/vue types
205
+ * Setting it to any for compatibility
206
+ */
207
+ readonly?: any;
208
classes?: tProps<string>;
209
/**
210
* Refresh the content
0 commit comments