diff options
author | Anthony Wang | 2023-02-09 19:10:01 -0500 |
---|---|---|
committer | GitHub | 2023-02-09 19:10:01 -0500 |
commit | fb3c976380e704a1c129f141f0bdb7f5f4576611 (patch) | |
tree | 961ca925762b2953ad0b0d69374a0d5d2721915e /plugins/vue/plugin.js | |
parent | 53b54eb076246ffeb6c5c4e8b52a643696195333 (diff) | |
parent | 7413cb9d937986fd11936730d6773f1a270eba48 (diff) |
Merge branch 'graffiti-garden:main' into main
Diffstat (limited to 'plugins/vue/plugin.js')
-rw-r--r-- | plugins/vue/plugin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vue/plugin.js b/plugins/vue/plugin.js index f789449..f04098e 100644 --- a/plugins/vue/plugin.js +++ b/plugins/vue/plugin.js @@ -65,7 +65,7 @@ export default { computed: { objects() { - return graffiti.objectsByTags(...this.tags) + return graffiti.objects(...this.tags) } }, |