@nuxt/schema-nightly
Advanced tools
Comparing version 3.10.0-28426617.dab2188d to 3.10.0-28427769.040cd97c
@@ -739,5 +739,2 @@ import { TransitionProps, KeepAliveProps } from 'vue'; | ||
propsDestructure: boolean, | ||
/** @default false */ | ||
defineModel: boolean, | ||
}, | ||
@@ -744,0 +741,0 @@ |
{ | ||
"name": "@nuxt/schema-nightly", | ||
"version": "3.10.0-28426617.dab2188d", | ||
"version": "3.10.0-28427769.040cd97c", | ||
"repository": { | ||
@@ -50,3 +50,3 @@ "type": "git", | ||
"unctx": "2.3.1", | ||
"unenv": "^1.9.0", | ||
"unenv": "1.9.0", | ||
"vite": "5.0.11", | ||
@@ -53,0 +53,0 @@ "vue": "3.4.14", |
@@ -49,5 +49,2 @@ import type { ComponentsOptions } from '../src/types/components' | ||
propsDestructure: boolean, | ||
/** @default false */ | ||
defineModel: boolean, | ||
}, | ||
@@ -54,0 +51,0 @@ |
@@ -32,4 +32,3 @@ { | ||
"script": { | ||
"propsDestructure": false, | ||
"defineModel": false | ||
"propsDestructure": false | ||
} | ||
@@ -84,4 +83,3 @@ }, | ||
"runtimeCompiler": false, | ||
"propsDestructure": false, | ||
"defineModel": false | ||
"propsDestructure": false | ||
}, | ||
@@ -416,4 +414,3 @@ "experimental": { | ||
"compilerOptions": {}, | ||
"propsDestructure": false, | ||
"defineModel": false | ||
"propsDestructure": false | ||
}, | ||
@@ -420,0 +417,0 @@ "css": { |
@@ -49,7 +49,2 @@ | ||
## `defineModel` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
# `app` | ||
@@ -750,7 +745,2 @@ | ||
#### `defineModel` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
## `vueJsx` | ||
@@ -962,7 +952,2 @@ | ||
#### `defineModel` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
### `css` | ||
@@ -969,0 +954,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
311128
7737