-
**Describe the bug**
Running command `nuxi dev ./src -o` cause the warning `No routes defined. Check if your pages folder exists`, but my pages folder exist. And also the message `Router autocomple…
-
Please update the [comparison with Vue](https://mithril.js.org/framework-comparison.html#vue) to include Vue 3 (and just generally be more "modern").
**Is this something you're interested in implem…
-
I'm trying to get the result of my crop in my setup function. According to the docs, this is the way in options API `const { coordinates, canvas, } = this.$refs.cropper.getResult();`. The composition …
-
### Describe the bug
**Code Snippet:**
```javascript
// main.ts
(async function load() {
console.log("[1] run main.ts");
const asyncAction = await import("./asyncAction");
asyncAction…
-
### Version
5.5.1
### Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=doc-example%2Fmix-timeline-all&edit=1&reset=1&version=5.5.1
### Steps to Reproduce
Add code…
-
### Describe the bug
I use PrimeVue for my components, with the PrimeVue default style and my custom css on top of it.
PrimeVue's default styles are in a layer:
```
/* Order */
@layer reset, pr…
-
See: https://github.com/cssinjs/jss/blob/master/docs/csp.md for solution on Vuetify style sheets.
Replace vue-slider-component with v-slider from vuetif (use next https://github.com/Deltares/fews-web…
-
### Description
The Vite Shared Options documentation for [base](https://vite.dev/config/shared-options.html#base) states:
> Full URL, e.g. https://bar.com/foo/ (The origin part won't be used in d…
-
Bug Type: **`Style`**
## Environment
- Vue Version: `3.2.33`
- Element Plus Version: `2.8.0`
- Browser / OS: `Safari/537.36`
- Build Tool: `Vite`
## Reproduction
### Related Compone…
-
### Description
Vue started to support mounting app inside of a shadow-root element within [this PR](https://github.com/vuejs/core/pull/2447).
With the following code, I can mount my Vue app under…