-
### Version
3.17.2
### Vue Version
3.4.0
### Link to minimal reproduction
https://github.com/GaoNeng-wWw/tiny-vue-bug-repo/tree/farm-modal-can-not-build
### Step to reproduce
1. g…
-
I want to replace `iframe` with `InlineView` but I have a problem when I do that.
```
import InlineView from 'epubjs/lib/managers/views/inline';
opt = {
view: InlineView,
}
```
with this…
-
Hello, I am trying to build a universal library for renderless components and composables as a plugin for Vue2 and Vue3 with the use of `vue-demi`. When I try to use the plugin in my Vue3 application …
-
1. **Claim**
- Current changes to root html font-size does not scale all components consistently.
- Hard coded px values make it impossible to correctly scale Quasar without end users ei…
-
Hi, I want to obtain a Bitmap from Vulkan, I have created a renderless implementation of the Vulkan rendering and I want to obtain an Image to display the results in the screen, but I'm unable to obta…
-
Just some quick notes for the idea to open up the discussion.
It's not very common, but occasionally you need to do string interpolations in Handlebars. Today, the solution is to use the `concat` h…
-
**Is your feature request related to a problem? Please describe.**
It would be nice if actions could output attributes in SSR context.
**Describe the solution you'd like**
```html
function m…
-
1. Create admin page
2. Create setting page
3. Create landing page (index.tsx)
4. Create Layout for common use
-
I'm not sure how to achieve this but ideally it'd be good to find a way to decouple this from a particular UI framework but feel native to the project that its being used in.
Currently it's tied to…
-
**Is your feature request related to a problem? Please describe.**
When migrating from v3 to v4, I've just register component `Field` as `ValidationProvider` and used old code. I have many wrappers l…