-
I am using tribute ina vue JS project with the vue-tribute wrapper, I have a fairly simple MentionBox component that has a contenteditable DIV and some simple actions.
Everything is working nicely,…
-
One thing I'm really missing from `nuxi` is a way to quickly initialise a test setup.
My proposal is that after people have initialised a project with `nuxi init`, they can run a command like `nux…
-
I use vue-i18n in my component, which is written using script setup syntax. When I try to render component in my test I'm getting the error
`TypeError: $setup.t is not a function`
The test:
```
…
-
### Describe the bug
I'm using Storybook.js on a Laravel/Inertia project with tailwind and ShadCN.
Everything is working well except the "Open in new tab" button.
For example, I have a button c…
-
### Describe the bug
Vue warns with invalid handlers for the emits in a Vue component.
When navigating to the Primary Button.vue story, warnings are shown and the actions are not shown in th UI.…
-
-
Currently, we are supporting Angular, React and Vue for shareable configurations. The configuration contains the following rules:
- await-async-query
- await-async-utils
- no-await-async-query
-…
-
# 概要
ユニットテストにて、テスト対象のコンポーネントに自動インポートされる要素に対して`Failed to resolve component`の警告が出る
```
stderr | tests/components/TodoItem.spec.ts > TodoList.vue > 編集ボタン > ボタンに「Edit」と表示されていること
[Vue warn]: Failed t…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@nuxt/test-utils@3.12.1` for the project I'm working …
-
### Describe the suggested improvement
#### Is your improvement related to a problem? Please describe.
Our current Vue.js application has some remaining composables that maintain state at the mo…