Home  >  Q&A  >  body text

Using nuxt in vue 3 without using composition api

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粉043432210P粉043432210288 days ago459

reply all(1)I'll reply

  • P粉043470158

    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.

    reply
    0
  • Cancelreply