docs(examples): fix minor errors (#3965)

This commit is contained in:
Clément Ollivier 2022-03-30 10:34:05 +02:00 committed by GitHub
parent 7e6c4e2d5b
commit 9181734912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View File

@ -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 () {

View File

@ -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": {

View File

@ -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