mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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">
|
||||
import Label from './label.vue'
|
||||
|
||||
let count = $ref(0)
|
||||
|
||||
function inc () {
|
||||
|
@ -2,6 +2,7 @@
|
||||
"name": "example-with-wasm",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@nuxt/ui": "npm:@nuxt/ui-edge@latest",
|
||||
"nuxt3": "latest"
|
||||
},
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user