mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +00:00
docs(examples): fix minor errors (#3965)
This commit is contained in:
parent
7e6c4e2d5b
commit
9181734912
@ -1,6 +1,4 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import Label from './label.vue'
|
|
||||||
|
|
||||||
let count = $ref(0)
|
let count = $ref(0)
|
||||||
|
|
||||||
function inc () {
|
function inc () {
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"name": "example-with-wasm",
|
"name": "example-with-wasm",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@nuxt/ui": "npm:@nuxt/ui-edge@latest",
|
||||||
"nuxt3": "latest"
|
"nuxt3": "latest"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -10837,6 +10837,7 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "example-with-wasm@workspace:examples/with-wasm"
|
resolution: "example-with-wasm@workspace:examples/with-wasm"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
"@nuxt/ui": "npm:@nuxt/ui-edge@latest"
|
||||||
nuxt3: latest
|
nuxt3: latest
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
Loading…
Reference in New Issue
Block a user