Archived
Which information is/are true regarding the Options API?
-1
Community Evaluations
Alex
09/10/2023
J'ai eu faux en répondant "Les propriétés de l’objet sont accessibles avec « this » depuis le composant". Je n'ai peut-être compris mais si je défini par example "count" dans "data", j'y accède bien avec "this.count" dans mon composant non ?
4
How to use v-do in VueJS2
What is the type of the computed property `computedProperty` in the following code? 1
How to do a one-way binding in Vue.js ?1
Trigger the 'hello' event when clicking on a button in VueJS5
Vue 3 provides default components to override all classic form components with the goal of performance improvement, a pre-generated basic UI, and pre-established data binding.3
Create a component dynamically in Vue 32
Display the content of a variable in VueJS