Is it possible to migrate a Nuxt 2 application to Nuxt 3 and keep the JavaScript that I execute in the pages between plain tags instead of updating them to P粉541796322 reply all(1) I'll reply Close P粉5016838742023-09-10 15:54:40 1 floor Yes, Nuxt 3 still supports option api, you can use it directly <script> export default { // your code } </script> Like +0 Add Reply 关闭回复 P粉541796322 reply
P粉541796322 reply all(1) I'll reply Close P粉5016838742023-09-10 15:54:40 1 floor Yes, Nuxt 3 still supports option api, you can use it directly <script> export default { // your code } </script> Like +0 Add Reply 关闭回复 P粉541796322 reply
Yes, Nuxt 3 still supports option api, you can use it directly
<script> export default { // your code } </script>
Yes, Nuxt 3 still supports option api, you can use it directly