Skip to content

Commit 898c4a4

Browse files
authored
add deep option
1 parent b5955b9 commit 898c4a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vue-plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export default {
8282
autorun(params);
8383
}, {
8484
immediate: true,
85+
deep: !!options.deep
8586
});
8687
} else {
8788
autorun();

0 commit comments

Comments
 (0)