-
## Version **2.4.3** of [vue](https://github.com/vuejs/vue) just got published.
Branch
Build failing 🚨
Dependency
vue
…
-
### Describe the bug
I am using vite with JavaScript entry point.
If I have entry points with styles (e.g. Vue components) and also async styles (e.g. async Vue component),
and I set `build.cssCo…
-
## The dependency [vue-router](https://github.com/vuejs/vue-router) was updated from `3.0.1` to `3.0.2`.
🚨 [View failing branch](https://github.com/betamore/fswd-project-seed/compare/master...betamo…
-
## Bugs
Please include the following information with your bug report:
> What MDL Version are you using? (please be specific, e.g. _major.minor.patch_)
``` json
...
"material-design-lite": "^1.…
-
When you have a big application which have hundreds components, some of it is heavily shared by others, and some of it just a layout or a simple view.
So is there any good advises for organizing comp…
-
I am trying to add the chartjs-plugin-datalabels plugin to my charts and I think I've figured out how to add it.
I've created a minimal case [here](https://codesandbox.io/s/weathered-haze-uw1q3?fil…
-
### What happened?
I need to add a clickable property for every v-item that I create even though they have a click handler.
### What did you expect to happen?
v-item should be clickable if:…
-
### Feature Description
I would like the ability to write unit tests inside of a custom block `` inside of the Vue file that is under test.
### Problem
Having a file and subsequent test f…
-
### Vue version
3
### Link to minimal reproduction
Vue 3
https://stackblitz.com/edit/github-lf1exv?terminal=dev
Nuxt 3
https://github.com/max5432112345/nuxt-error-2/
### Steps to reprod…
-
@leandroinacio
I can't figure out how to make the rendered components clickable in the App.Vue.
Tried using $emit, but it doesn't work.