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 a7c1689 commit ebb34c0Copy full SHA for ebb34c0
src/instance/api/data.js
@@ -83,7 +83,8 @@ export default function (Vue) {
83
var watcher = new Watcher(vm, expOrFn, cb, {
84
deep: options && options.deep,
85
sync: options && options.sync,
86
- filters: parsed && parsed.filters
+ filters: parsed && parsed.filters,
87
+ user: true
88
})
89
if (options && options.immediate) {
90
cb.call(vm, watcher.value)
0 commit comments