Closed
Description
Subject of the issue
Hi all, I am trying to import "gridstack-dd-jqueryui" into my vue project as described in the readme, but I always get the error message that "jquery.ui" could not be found. What am I doing wrong?
Note:
With gridstack-dd-native
everything works, but i need the mobile touch support.
Your environment
OS: macOS v10.15.7
Gridstack version: v4.0.3
Browser: Google Chrome v89.0.4389.90
vue: v2.6.11
Steps to reproduce
import "gridstack/dist/gridstack.min.css";
import { GridStack } from "gridstack";
import "gridstack/dist/jq/gridstack-dd-jqueryui";
Expected behavior
Should find jquery.ui