@nuxt/schema-nightly
Advanced tools
Comparing version 3.10.0-28427769.ce7845cb to 3.10.0-28427806.a57b4285
@@ -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-28427769.ce7845cb", | ||
"version": "3.10.0-28427806.a57b4285", | ||
"repository": { | ||
@@ -41,3 +41,3 @@ "type": "git", | ||
"@vitejs/plugin-vue-jsx": "3.1.0", | ||
"@vue/compiler-core": "3.4.14", | ||
"@vue/compiler-core": "3.4.15", | ||
"c12": "1.6.1", | ||
@@ -53,3 +53,3 @@ "esbuild-loader": "4.0.2", | ||
"vite": "5.0.11", | ||
"vue": "3.4.14", | ||
"vue": "3.4.15", | ||
"vue-bundle-renderer": "2.0.0", | ||
@@ -56,0 +56,0 @@ "vue-loader": "17.4.2", |
@@ -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