Vue.use( plugin, [options] )
-
Arguments:
{Object | Function} plugin
{Object} [options]
-
Usage:
Install a Vue.js plugin. If the plugin is an Object, it must expose an
install
method. If it is a function itself, it will be treated as the install method. The install method will be called with Vue as the argument. -
See also: Plugins.
Please login to continue.