Q:

How to install vue plugins?

0

How to install vue plugins?


  1. MyPlugin.install = function (Vue, options[]) {}.
  2. None of these
  3. MyPlugin.install = function (Vue, options) {}.
  4. MyPlugin.install = function () {}.

All Answers

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

Correct Answer:

C. MyPlugin.install = function (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 is used to Dynamically bind one or more attr... >>
<< How to install vue resources?...