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 13fe724 commit 8c758bcCopy full SHA for 8c758bc
src/api/global.js
@@ -83,6 +83,7 @@ function createClass (name) {
83
*/
84
85
exports.use = function (plugin) {
86
+ /* istanbul ignore if */
87
if (plugin.installed) {
88
return
89
}
0 commit comments