-
It has been more than 1 year since Stisla v2. I am glad this project can help your work faster, on the other hand I am also disappointed with the documentation that I wrote. So, I hope this refactor c…
-
Similar to the React devtools [issue](102) with iframes Vue devtools doesn't recognize the Storybooks components. Seems the solution is also similar using the `__VUE_DEVTOOLS_GLOBAL_HOOK__`, although …
-
Is there a way to force re-computation of a computed property when none of the values the property depends on have changed?
I have a computed property that depends on some of the model data as well a…
-
I have an error
```
Error while initializing app DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method.
at Object.We [as appendChild]
```
nux…
-
The following errors were reported by 5.1.0-dev.20230305
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
The following errors were reported by 5.0.0-dev.20230207
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
### Describe the bug
When I connected [moment.js](https://momentjs.com/)
```bash
npm i moment
```
component:
```vue
import moment from "moment";
defineProps();
Your data p…
-
1. The first thing we need is to find a way to parse/change css. The only lib I could find was this one https://github.com/acammack-r7/erlang-css, but I'm afraid it hasn't been maintained for a while.…
-
### What problem does this feature solve?
Currently there are several ways of targeting elements demonstrated in the docs (good). But people are confused as what the "best practice" would be and ho…
-
Introducing `@nuxt/vue-app-head` to replace [vue-meta](https://github.com/declandewet/vue-meta).
## Issues of `vue-meta`1.0
- `vue-meta` is created by Declan Dewet who cannot maintain this proje…