revue-draggable icon indicating copy to clipboard operation
revue-draggable copied to clipboard

"This dependency was not found" when I update to the latest version - 0.5.1

Open SciManJD opened this issue 5 months ago • 0 comments

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);

SciManJD avatar Sep 18 '24 05:09 SciManJD