mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: remove semicolon (#5074)
This commit is contained in:
parent
8e59a623b8
commit
f1f9c2ae59
@ -1,6 +1,6 @@
|
||||
<script setup>
|
||||
const counter = useState('counter', () => Math.round(Math.random() * 1000))
|
||||
const sameCounter = useState('counter');
|
||||
const sameCounter = useState('counter')
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
Loading…
Reference in New Issue
Block a user