vite-plugin-vue-inspector-plus 1.0.0-alpha.0 → 1.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -279,6 +279,7 @@ const handleOpenLocation = (location?: string) => {
279
279
  };
280
280
 
281
281
  const handleItemMouseEnter = (item: VueStackItem) => {
282
+ if (!stack.value.length) return;
282
283
  activeItem.value = item;
283
284
  };
284
285
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-plugin-vue-inspector-plus",
3
3
  "type": "module",
4
- "version": "1.0.0-alpha.0",
4
+ "version": "1.0.0-alpha.1",
5
5
  "description": "Add a shortcut dropdown menu for Vue Inspector.",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",