Mohammad Ghiasvand
Mohammad Ghiasvand

Reputation: 49

using nuxt with vue 3 without using composition api

I want to do a project by nuxt and vue but I have a question that can I use nuxt with Vue3 without using composition API?

Upvotes: 2

Views: 1771

Answers (1)

kissu
kissu

Reputation: 46824

Yes, you totally can.

Composition API is an opt-in. You may see a lot of composition API examples but you can totally use Options API still.

Upvotes: 2

Related Questions