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 6561651 commit f821130Copy full SHA for f821130
src/vuefire.js
@@ -9,9 +9,6 @@
9
root["VueFire"] = factory()
10
})(this, function () {
11
12
- // late bind
13
- var Vue
14
-
15
/**
16
* Check if a value is an object.
17
*
@@ -192,10 +189,9 @@
192
189
193
190
* Install function passed to Vue.use() in manual installation.
194
191
195
- * @param {function} _Vue
+ * @param {function} Vue
196
*/
197
- function install (_Vue) {
198
- Vue = _Vue
+ function install (Vue) {
199
Vue.mixin(VueFireMixin)
200
}
201
0 commit comments