Can I run Nuxt 3 without using <script setup>?
P粉541796322
P粉541796322 2023-09-09 16:35:19
0
1
517

Is it possible to migrate a Nuxt 2 application to Nuxt 3 and keep the JavaScript that I execute in the pages between plain

P粉541796322
P粉541796322

reply all(1)
P粉501683874

Yes, Nuxt 3 still supports option api, you can use it directly

<script>
export default {
    // your code
}
</script>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template