From fb9c27c15cce11d8595c6c2993c322586324c46f Mon Sep 17 00:00:00 2001 From: Gregg Rapoza Date: Sun, 20 Oct 2024 12:24:07 -0400 Subject: [PATCH] Fix the watch source warning --- package.json | 2 +- src/components/TreeView.vue | 8 ++------ src/components/TreeViewNode.vue | 6 +++--- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index cb48075..e236b94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grapoza/vue-tree", - "version": "6.1.0", + "version": "6.1.1", "description": "Tree components for Vue 3", "author": "Gregg Rapoza ", "license": "MIT", diff --git a/src/components/TreeView.vue b/src/components/TreeView.vue index f829341..ed4bf79 100644 --- a/src/components/TreeView.vue +++ b/src/components/TreeView.vue @@ -57,7 +57,7 @@