revue-draggable
revue-draggable copied to clipboard
"This dependency was not found" when I update to the latest version - 0.5.1
Until now I used the version 0.4.3. I updated to the latest version 0.5.1 and not I get error:
* @braks/revue-draggable in ./src/main.js
The code in my main.js worked before:
import {DraggablePlugin} from '@braks/revue-draggable';
...
app.use(DraggablePlugin);