-
I am use to the options api with vue 2.x, petite-vue seems to be using the composition api, can i use the options api with petite vue? thanks |
Beta Was this translation helpful? Give feedback.
Answered by
niutech
Oct 5, 2021
Replies: 1 comment
-
Petite Vue is using options API, just simplified. There is no
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ricky11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Petite Vue is using options API, just simplified. There is no
{data: {}, methods: {}, computed: {}}
, but just: