Current Behavior
I am using vue-carousel on Nuxt app.
Though I am only testing it without installing any other package, it freezes the app when I change the window's width.
It seems happens when I shrink the width below 768.
I tried both on dev mode and production mode. And both resulted in freezing the app.
Here is the full code, and this is all I have in my app.
Bug Report
Current Behavior I am using vue-carousel on Nuxt app. Though I am only testing it without installing any other package, it freezes the app when I change the window's width.
It seems happens when I shrink the width below 768.
I tried both on dev mode and production mode. And both resulted in freezing the app.
Here is the full code, and this is all I have in my app.
Input Code and steps to reproduce
in nuxt.config.js
Expected behavior/code It should not freeze. I have nothing but plain default nuxt app and vue-carousel installed.
Environment nuxt: "^2.13.0" vue-carousel: "^0.18.0"