issues Search Results · repo:vuejs/vue-vapor language:TypeScript
Filter by
98 results
(251 ms)98 results
invuejs/vue-vapor (press backspace or delete to remove)Following the link in the repo to https://vapor-repl.netlify.app/
The demo has completely stopped working and throws up the error:
withDirectives can only be used inside render functions.
at App
craigrileyuk
- 1
- Opened on Jan 23
- #303
Will work with vue-class-component and fancy-decorator if I can change that packages to import compossables from
vue/vapor. What to do with vapor from script setup lang= ts ?
Maxttier
- Opened on Dec 5, 2024
- #302
Given this
Comp v-for= i in 10000 /
Current codegen (the 4th argument true indicates a child component that is also the root of the parent):
return ((_ctx) = {
const n0 = _createFor(() = (10000), ...
yyx990803
- 3
- Opened on Dec 1, 2024
- #299
Currently prop-setting helpers do this:
function setClass(el, value) {
const prev = recordPropMetadata(el, class , value)
if (value !== prev (value || prev)) {
el.className = value
}
}
...
yyx990803
- 1
- Opened on Dec 1, 2024
- #297
- [ ] further optimize setDOMProp on static tag + key https://github.com/vuejs/vue-vapor/pull/294
- [ ] https://github.com/vuejs/vue-vapor/issues/297
- [ ] Maximize code reuse between runtime/compiler-vapor ...
yyx990803
- Opened on Nov 29, 2024
- #293
Note that this is not a real bug, just an optimization item.
see Playground
It seems no need to wrap it as an IIFE.
setup(__props) {
const msg = ref( Hello World! )
return ((_ctx) = {
const ...
good first issue
performance
todo
edison1105
- 3
- Opened on Nov 19, 2024
- #292
Repo: https://github.com/sxzz/vitepress-vapor
- [x] self reference
- [x] class inherit
- [x] scope id inherit
- [x] component
- [x] createBranch API
- [x] valid slot
- [x] destructure in ...
sxzz
- Opened on Nov 15, 2024
- #289
Hey, just wondering what the status is, I can see the demo noted in the readme doesn t work anymore, i.e. the v-model
doesn t actually work, wondering if this is just a bug with the demo, rather than the ...
dannysmc95
- 2
- Opened on Oct 22, 2024
- #285
Rewrites destructures to expanded expressions
Example: { a, b: [b, {c}] } of rows to
- row.a
- row.b[0]
- row.b[1].c
sxzz
- Opened on Oct 5, 2024
- #283

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.