-
## Summary
To be able to define component props with class properties. You can use `prop` helper to specify detailed prop options:
```js
import { Vue, prop } from 'vue-class-component'
// De…
-
### What problem does this new feature solve?
The problem this feature solves is clearer code and easier time. In short, a better UX for the developer (in my opinon)
Not having access to the react…
-
## CVE-2024-6783 - Medium Severity Vulnerability
Vulnerable Library - vue-template-compiler-2.6.14.tgz
template compiler for Vue 2.0
Library home page: https://registry.npmjs.org/vue-template-compil…
-
Would you be open to a PR for adding support to navigate to Inertia vues from controllers also? I know the plugin is called blade-nav, but it seems (famous last words) somewhat easy to expand that fun…
-
### Describe the bug
in Vue 3 + vue-compat. When setting v-model on a b-form-checkbox component results in a runtime error when clicking the switch. Does not occur with a standard input field.
…
-
**Describe the bug**
Some components are being incorrectly named:
```
- `` | `` (components/druxt/field/number/integer/FieldNumberOfServings.vue)
```
**To Reproduce**
Steps to reproduce the …
-
### Describe the bug
最新版无法正常使用,
降级到v0.26.0 可以正常使用
### Reproduction
https://github.com/huaixu751/unplugin-vue-components-test
### System Info
```Shell
System:
OS: macOS 14.4.1
CPU: …
-
## Blocked by
https://github.com/learningequality/kolibri-design-system/issues/439
## Context
[Vue Testing Library](https://testing-library.com/docs/vue-testing-library/intro) is a lightweight …
-
Since https://github.com/vuejs/core/pull/11458
Using the component will throw an error __asyncHydrate is not a function (because vue thinks it's a suspense component but the new internal is missing…
-
Hi,
I'm trying to capture custom events using the v-directive:
```
Enquire Now
```
No custom events are showing in my Posthog dashboard.
I'm using Nuxt ui3 for the …