1.

Which of the following syntax is correct for creating a Vue.js instance?

A. var text = new instance ({//options})
B. var text = new object ({//options})
C. var text = new class ({//options})
D. var text = new Vue({// options })
Answer» E.


Discussion

No Comment Found