-
### Environment
- Operating System: Linux
- Node Version: v18.18.0
- Nuxt Version: 3.10.2
- CLI Version: 3.10.1
- Nitro Version: 2.8.1
- Package Manager: npm@10.2.3
- Builder…
-
I really like this project, but I encountered some problems during use.
During the conversation, it can return normally, but the interface keeps loading when generating Vue code
![Image](https://githu…
-
### Describe the bug
Adding [nuxt-security](https://nuxt-security.vercel.app/) module to an existing [nuxt-unstyled-tailwind](https://github.com/primefaces/primevue-examples/tree/main/nuxt-styled-tai…
-
- Laravel Mix Version: 6.0.9
- Node Version: 15.5.1
- NPM Version: 7.3.0
- OS: Mac OS Big Sur 11.1
### Description:
After upgrading to Laravel Mix 6 my build runs successfully but image…
-
I'm trying to use pixi-spine (both latest and 2.0.5, and my spine is 3.6) with vue, but when I try to load atlas file, I got my spineData missed, I've check my network and request looks well, however …
-
Is there an example of implementation with vuex?
ghost updated
4 years ago
-
## RAMP4 Config Editor: Input and i18n refactor
### What is this?
The original code for the config editor was written in a rush. As such, the inputs have a lot of duplicate code. Now that we are…
-
Hi, in my Laravel 11 with InertiaJS and Vue 3 app the translations (laravel-vue-i18n v.2.7.7) don't load on certain pages. However default 'pl' language is loading perfectly on this pages.
In my ex…
-
**What is the current behavior?**
I first imported and used TinyMCE in Quasar
**Please provide the steps to reproduce and if possible a minimal demo of the problem via [codesandbox.io](https://c…
-
Vue.use(VueLazyload, {
preLoad: 1.3,
error: './assets/img/loading.png', //请求失败后显示的图片
loading: './assets/img/loading.png', //加载的loading过渡图片
attempt: 1
})…