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 140af8f commit 9d31e62Copy full SHA for 9d31e62
site/demos/04_todo/v3.md
@@ -68,7 +68,7 @@ can only be one of the values of the `TYPES` array:
68
+ todos: {
69
+ text: {type: 'string'},
70
+ done: {type: 'boolean', default: false},
71
-+ type: {type: 'string', default: 'Home', allow: TYPES},
++ type: {type: 'string', default: 'Home'},
72
+ },
73
+};
74
```
0 commit comments