I want to make a project using nuxt and vue, but I have a question, can I use nuxt with Vue3 without using the composition API?
P粉0434701582024-01-06 16:02:42
Yes, you totally can.
The Composition API is an opt-in. You may see a lot of examples of the Combination API, but you can still fully use the Options API.