Skip to content

Commit a60694d

Browse files
committed
fix issue #466
1 parent 51ea4f0 commit a60694d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FeathersVuexFind.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export default {
151151
}
152152
if (this.fetchQuery) {
153153
if (prop.startsWith('query')) {
154-
prop.replace('query', 'fetchQuery')
154+
prop = prop.replace('query', 'fetchQuery')
155155
}
156156
}
157157
this.$watch(prop, this.fetchData)

0 commit comments

Comments
 (0)