Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following syntax is correct for creating a Vue.js instance?
Home
VueJS
Which of the following syntax is correct for creating a Vue.js instance?
0
votes
asked
Apr 13, 2022
in
VueJS
by
john ganales
retagged
Apr 13, 2022
by
john ganales
Which of the following syntax is correct for creating a Vue.js instance?
a) var text = new object ({//options})
b) var text = new class ({//options})
c) var text = new text ({//options})
d) var text = new Vue({// options })
vuejs-instance
vue-js-tutorial
vue-js-vs-react
vue-js-interview-questions
vue-js-vs-angular
vue-js-installation
vue-js-declarative-
vue-js-renderingconditions-&-loops
vue-js-instances
vue-js-template
vue-js-components
vue-js-routing
vue-js-mixins
vue-js-computed-properties
vue-js-watch-property
vue-js-functions
vue-js-directives
vue-js-event-handling
vue-js-data-binding
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 13, 2022
by
john ganales
d) var text = new Vue({// options })
is correct for creating a Vue.js instance
...