Delkrak
SSolara
•Created by Delkrak on 9/15/2024 in #questions-issues
Nested Vue Component import for Web
Hi all,
I'm new to Solara and is planning on using Vue for interactive components for web development that include drag and drop (e.g., kanban boards).
I have some experience with Vue, but I can't figure out how imports work with a Vue component.
Normally I would use
import ChildComponent from "./ChildComponent.vue"
, but that does not appear to work in the below example.
7 replies