Skip to content

Commit 379914f

Browse files
committed
Add todo note about the merge strategy
1 parent d967c5c commit 379914f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vuefire.js

+1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ function install (_Vue) {
251251
Vue.mixin(VueFireMixin)
252252

253253
// use object-based merge strategy
254+
// TODO This makes impossible to merge functions
254255
var mergeStrats = Vue.config.optionMergeStrategies
255256
mergeStrats.firebase = mergeStrats.methods
256257

0 commit comments

Comments
 (0)