We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc0b52 commit 7bd858dCopy full SHA for 7bd858d
index.js
@@ -13,7 +13,7 @@ export default {
13
*/
14
install: (Vue, options) => {
15
16
- for (var pluginName in options.plugins) {
+ for (let pluginName in options.plugins) {
17
let plugin = options.plugins[pluginName]
18
if(plugin.initialize){
19
plugin.initialize()
0 commit comments