-
I'm using vue 3 with composition I tried to implement this package but it didn't worked for me.
On template I have this
```
```
script like this
`…
-
I'm using browserify and esmify but building breaks on vue-agile.
browserify -g envify -e main.js -p esmify > bundle.js -t [ babelify --presets [ babel-preset-env ] ]
Error:
`.../node_modules/vu…
-
after importing the dependency into my component:
```import VueAgile from 'vue-agile';```
this error prevents my component from rendering anything.
PS: I have tried editing my `vite.config.…
-
**Setup**
**vue**: "^3.2.25"
with **vite**
1. I installed `"vue-agile": "^2.0.0"` via `npm i vue-agile`
2. I initialized it in `main.js`
3. I get fatal error in console, app won't load
**Err…
-
In IE, and Edge i'm getting the below issue:
SCRIPT1002: Syntax error
app.js, line 29199 character 1
The issue falls on:
const install = (Vue) => {
Vue.component('agile'…
-
Hi guys,
I am trying to test a component which uses VueAgile locally register and I am getting the following error:
```bash
/Users/gustavobissolli/Code/chatfood-webview/node_modules/vue-agile/src…
-
There is a error in google chrome browser:
```
[Intervention] Unable to preventDefault inside passive event listener
due to target being treated as passive.
```
This happens due to line 221 in …
-
I have a news slider that shows 3 cards at a time. When I add ":breakpoints="breakpoints" to 'vueper-slides' and click the right (custom) arrow to scroll through each slide at a time, the slider goes …
-
Is this package supported in Nuxt3?
-
Hi everyone!
Because English is not my native language I will be very grateful for any help with vue-agile documentation. If you are an English native speaker or you know English very well, please …