-
+
{{ icon }}
{{ title }}
-
-
- {{ route.name }}
-
+
+
+
+ {{ route.name }}
+
+
+
+
+ (empty)
diff --git a/playground/src/pages/basic/vIf/MyBox.vue b/playground/src/pages/issues/717/MyBox.vue
similarity index 100%
rename from playground/src/pages/basic/vIf/MyBox.vue
rename to playground/src/pages/issues/717/MyBox.vue
diff --git a/playground/src/pages/basic/vIf/index.vue b/playground/src/pages/issues/717/index.vue
similarity index 94%
rename from playground/src/pages/basic/vIf/index.vue
rename to playground/src/pages/issues/717/index.vue
index 9fb1b2ea7..2fa83bbd1 100644
--- a/playground/src/pages/basic/vIf/index.vue
+++ b/playground/src/pages/issues/717/index.vue
@@ -42,10 +42,9 @@ onUnmounted(() => intervalId && clearInterval(intervalId))
-
- v-if
+ Issue #717: v-if
Setup
In this scene, there is a Box with a v-if
. Its v-if
value is toggled on and off.
diff --git a/playground/src/components/DirectiveSubComponent.vue b/playground/src/pages/misc/directives/DirectiveSubComponent.vue
similarity index 56%
rename from playground/src/components/DirectiveSubComponent.vue
rename to playground/src/pages/misc/directives/DirectiveSubComponent.vue
index ec4b9a4ff..4dd4269ff 100644
--- a/playground/src/components/DirectiveSubComponent.vue
+++ b/playground/src/pages/misc/directives/DirectiveSubComponent.vue
@@ -3,5 +3,5 @@ import { vLightHelper } from '@tresjs/core'
-
+
diff --git a/playground/src/pages/misc/Directives.vue b/playground/src/pages/misc/directives/index.vue
similarity index 90%
rename from playground/src/pages/misc/Directives.vue
rename to playground/src/pages/misc/directives/index.vue
index 604db6b16..41d046c7f 100644
--- a/playground/src/pages/misc/Directives.vue
+++ b/playground/src/pages/misc/directives/index.vue
@@ -1,8 +1,8 @@