onmotion / yii2-widget-apexcharts

Yii2 charts widget - wrapper for the ApexCharts.js
MIT License
19 stars 11 forks source link

Uncaught ReferenceError: Vue is not defined #14

Closed thiagobrazileiro closed 4 years ago

thiagobrazileiro commented 4 years ago

Hello, firstly thank you for maintaining this awesome lib, but sadly After upgrading from v1.0.4 to v1.0.5 I got this issue:

Uncaught ReferenceError: Vue is not defined
at Module.<anonymous> (build.js?v=1603836990:14)
    at i (build.js?v=1603836990:1)
    at build.js?v=1603836990:1
    at build.js?v=1603836990:1
(anonymous) @ build.js?v=1603836990:14
i @ build.js?v=1603836990:1
(anonymous) @ build.js?v=1603836990:1
(anonymous) @ build.js?v=1603836990:1

I'm running on Yii2 v2.0.34, Is it a bug or should I upgrade some dependencies?

onmotion commented 4 years ago

Hi.

Are you using basic or advanced Yii2?