-
When building my Nuxt.js project which uses this package, I get a bunch of deprecation warnings, following this format:
```
(node:2848) [DEP0166] DeprecationWarning: Use of deprecated double slash…
-
### Environment
Nuxt CLI v3.0.0-27366343.1d741cb
RootDir: /sandbox
Nuxt project info:
------------------------------
- Operating System: `Linux`
- Node Version: `v14.18.1`
- Nuxt Version:…
-
### Environment
- Operating System: Darwin
- Node Version: v20.4.0
- Nuxt Version: 3.10.3
- CLI Version: 3.10.1
- Nitro Version: 2.9.3
- Package Manager: npm@9.7.2
- Builder:…
-
I tried do how described in docs:
`var alert = require('vue-strap/src/alert');
// or
var alert = require('vue-strap').alert;
new Vue({
components: {
alert: alert
}
})`
but problem i…
-
CodeWhisperer does not work in Vue js file
-
I used this UI Framework and it was so great! In particular, it is excellent in animation, I think it's better than nextUI in animation。I see that version 4.0 has not been updated for a long time, is…
-
Hi,
Thanks for this amazing library.
I was trying this out with nuxt 2.x with hydrate `never` mode. The code looks something like this:
```
Component-A:
Ssr mode is {{ isSsr }}
```…
-
Hi there! 👋
I am having an issue when optionsPath in Vuetify options from nuxt.config.js.
It took some time to link the issue with that but when migrating Vuetify options to another file using …
-
**Module version**
^1.11.3
**Describe the bug**
`npm run generate` command fails with sass error
**To Reproduce**
Steps to reproduce the behavior:
1. add VCarousel to app
2. run in shel…
saike updated
3 years ago
-
### Environment
------------------------------
- Operating System: `Linux`
- Node Version: `v18.14.0`
- Nuxt Version: `3.0.0`
- Nitro Version: `1.0.0`
- Package Manager: `npm@9.3.1…