Q:

How to create a Vue.js instance?

0

How to create a Vue.js instance?


  1. var text = new object ({//options}).
  2. var text = new class ({//options}).
  3. var text = new text ({//options})
  4. var text = new Vue({// options }).

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

D. var text = new Vue({// options }).

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which modifier is very useful for improving the pe... >>
<< Once a View Model is lost, all the event listeners...