-
First off, thanks for the great plugin!
I'm trying to use this plugin along with Nuxt.js
My code looks like this -
`
`
`import VueLazyBackgroundImage from 'vue-lazy-background-im…
-
When I use the Tree component in Nuxt.js, I get the 'document is not defined' error when opening the page. I guess it has to do with the SSR in Nuxt, but the error still exists with the tag.
Has s…
-
### Describe the feature
Better Error Messages when Using Layers:
I just tried out layers on nuxt3.12 and my general take on it right now is:
I don't want to migrate my code to using layers because…
-
"vue": "^2.5.17",
"swiper": "^5.4.5",
"vue-awesome-swiper": "^4.1.1",
When I click router-link, url is changing, but doesn't redirect to the page. Only if I refresh.
```
data() {
retur…
-
Hello, I get the error "Resize Observer loop limit exceeded" when trying to integrate a graph from the documentation
![image](https://github.com/ghalex/vue3-charts/assets/30074239/4f2fff84-ea74-439…
-
Original issue reported at [nuxt/nuxt.js#8579](https://github.com/nuxt/nuxt.js/issues/8579).
The content inside `` tag doesn't render when the tag is placed in a component's slot of another compone…
-
复现步骤:
1. 创建任意 NuxtJS 工程
2. 使用 `nuxt generate` 生成静态网站
3. 将产物 .output/public 文件夹的 dist 软连接作为 codeUri 进行部署
4. 报错:
```
Error: EEXIST: file already exists, symlink '/root/workspace/nuxt-app/.output/p…
-
Hydration class mismatch on SSR mode
```
[Vue warn]: Hydration class mismatch on …flex
- rendered on server: class="flex flex-col w-full items-center justify-center aos-init aos-animate"
-…
-
base info:
os: Windows 10 10.0.19045
node: 20.12.2
packageManager: pnpm
dependencies info:
```
{
"name": "learn.nuxt.com",
"type": "module",
"private": true,
"packageManager": "pnpm@9.7.1",
…
-
### Describe the bug
The form component `MultiSelect` does not emit a value when it is being submitted in a form.
When you have an HTML form, you can use the attribute `name` to associate an inp…