-
Notifications
You must be signed in to change notification settings - Fork 7
Open
@tomsoderlund
Description
Tried to run formbuilder, but get "Failed to resolve import" for all imports that reference "@/"
Changing
import {Vuedraggable} from "@/"
to
import {Vuedraggable} from "@/index"
fixes it but must be simpler way?
Metadata
Metadata
Assignees
Labels
No labels