From 3042d5ebb6af27afacf1ad4281491ae6650e4590 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Mon, 22 Aug 2022 00:27:36 -0500 Subject: [PATCH] Use shallowRef in more places --- src/components/Node.vue | 4 ++-- src/components/fields/Text.vue | 4 ++-- src/components/layout/Sticky.vue | 4 ++-- src/features/particles/Particles.vue | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Node.vue b/src/components/Node.vue index 4e61363..7f5b118 100644 --- a/src/components/Node.vue +++ b/src/components/Node.vue @@ -4,7 +4,7 @@