Google News
logo
Vue.JS - Quiz(MCQ)
Which of the following is the correct syntax to install Vue.js plug-in?
A)
install = function () {}
B)
install = function (Vue, options) {}
C)
install = function (Vue, options[]) {}
D)
None of the above.

Correct Answer :   install = function (Vue, options) {}

Advertisement