If I use this package in 2 different libraries and then use this 2 librares in another one then thw following problem occurs:
index.js:104 Uncaught TypeError: Cannot redefine property: $events
at Function.defineProperty (<anonymous>)
at plugin (index.js:104)
at Function.Vue.use (vue.common.js:4618)
at Object.disposed (index.js:148)
at __webpack_require__ (bootstrap 7ecffedbdf2f7047c51d:19)
at Object.disposed (forge-bootstrap.js:1)
at __webpack_require__ (bootstrap 7ecffedbdf2f7047c51d:19)
at Object.<anonymous> (app.js:18)
at __webpack_require__ (bootstrap 7ecffedbdf2f7047c51d:19)
at Object.<anonymous> (app.js:25575)
Any clue how can I solve this problem?