Hugo Torzuoli

Results 36 comments of Hugo Torzuoli

Then I don't get why GitHub button leads to your fork, is that a bug from cdnjs? ![image](https://user-images.githubusercontent.com/7328625/141547164-608e4252-1375-40fd-a649-9bb7c48d20c0.png)

Ok right! What about Vue Tour CSS? Don't you need it from CDN too?

Perfect! Waiting for cdnjs merge before merging this one. Thank you!

Hi @jonalxh, @mmorainville has deployed Vue Tour 2.0, can you try to update and see if you still got this issue?

![image](https://user-images.githubusercontent.com/7328625/112841465-c9d0bf00-90a0-11eb-90ea-2a0af683f90c.png) I've tried on my machine, `npm i vue-tour` is installing 2.0.0 version. @mmorainville updated NPM repository yesterday,

We have some known issues with current display of Vue Tour step in sandboxed elements such as sidebar. It's not Quasar fault, nor your code, it comes from Vue Tour....

Hi @rajatdhoot123, I'm unable to reproduce your issue. ``` Page Title ```

Hi @hjvedvik, I'm using these dependencies : ``` "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.25", "@fortawesome/free-brands-svg-icons": "^5.11.2", "@fortawesome/free-regular-svg-icons": "^5.11.2", "@fortawesome/free-solid-svg-icons": "^5.11.2", "@fortawesome/vue-fontawesome": "^0.1.7", "@gridsome/plugin-google-analytics": "^0.1.0", "capture-website": "^0.4.0", "gridsome": "^0.7.0", "tailwindcss": "^1.1.2" }, "devDependencies":...