-
# :sparkles: Feature Request
## 이런 목표를 달성해야 합니다
> 이 이슈로 무슨 목표를 달성하고자 하며 어떤 상태가 되어야 하는지 간결히 적어주세요.
- 최신 디자인 트렌드를 반영해 회사 사이트의 '소개' 및 '서비스' 페이지에 전문적이고 현대적인 분위기 강조
- 사용자 경험을 개선해 사이트의 신뢰성과 가독성을 높…
-
开发环境:nuxt3.6.5
问题:
目前解决办法:回退至 1.1.27 正常
-
Hello !
### Context :
We are currently using v-calendar 3.1.2 and are facing a problem with some types not being properly exported by 'v-calendar' module.
Our Vue project is built with Vite and i…
-
### Describe the bug
When using nuxt seo kit with histoire, histoire still run normally but nuxt log an error with nuxt-head which cause this error to be display in each story
Screen of bug
![i…
-
After I upgrade to nuxt3 stable version, error shown:
ERROR Cannot start nuxt: Cannot read properties of undefined (reading 'options')
module.js:13
const ORIGINAL_TEST = /\.(png|jpe?g|gif|…
-
Hi.
When using workbox in the dev environment (`nuxi dev`) on nuxt3, the following error occurred when registering ServiceWorker.
```
require is not defined
```
Corresponding error code
``…
-
## Problem to solve
As this issue's title, we need to implement tests against SSR rendering, for users that needs SSR/SSG, because for now even though the [documentation site](https://element-plus.…
-
Hiya all, we would like to use per-component translations / a custom block in our Nuxt3 project:
- We have global `/locales` already in use.
- Vue Dev Tools shows the custom block `messages` but I…
-
I am using v-calendar:3.0.0-alpha.8, Vue3, Nuxt3.
The calendar is displayed in the first popover, but the calendar is not displayed from the second time.
![path4137](https://user-images.githubuser…
-
Translation in single file components doesn't work for me.
```
{{ $t('hello', {name:'Peter'}) }}
{
"en": {
"hello": "Hola {name}"
},
"es": {
"hello…