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