0 votes
in VueJS by
edited by
Which of the following is the correct syntax to install Vue.js plug-in?

a) install = function (Vue, options[]) {}

b) install = function (Vue, options) {}

c) install = function () {}

d) None of the above.

1 Answer

0 votes
by

b) install = function (Vue, options) {} is the correct syntax to install Vue.js plug-in

Related questions

0 votes
0 votes
asked Apr 13, 2022 in VueJS by john ganales
...