Refactor interactivity demos

This commit is contained in:
svenadlung
2021-11-22 20:48:04 +01:00
parent bdb055187a
commit d434675f74
19 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
<script type="module">
import setup from '../../../../setup/react.ts'
import source from '@source'
setup('GuideNodeViews/Component', source)
setup('Examples/InteractivityComponent', source)
</script>
</body>
</html>

View File

@@ -9,7 +9,7 @@
<script type="module">
import setup from '../../../../setup/vue.ts'
import source from '@source'
setup('GuideNodeViews/Component', source)
setup('Examples/InteractivityComponent', source)
</script>
</body>
</html>

View File

@@ -9,7 +9,7 @@
<script type="module">
import setup from '../../../../setup/react.ts'
import source from '@source'
setup('GuideNodeViews/ComponentContent', source)
setup('Examples/InteractivityComponentContent', source)
</script>
</body>
</html>

View File

@@ -9,7 +9,7 @@
<script type="module">
import setup from '../../../../setup/vue.ts'
import source from '@source'
setup('GuideNodeViews/ComponentContent', source)
setup('Examples/InteractivityComponentContent', source)
</script>
</body>
</html>