Eduardo San Martin Morote
Eduardo San Martin Morote
Close #1701
This should be the better fix for #338 currently, the playground generates this code: ```ts import _definePage_default_0 from '/Users/posva/unplugin-vue-router/playground/src/pages/index.vue?definePage&vue' import _definePage_named_1 from '/Users/posva/unplugin-vue-router/playground/src/pages/[email protected]?definePage&vue' import { _mergeRouteRecord } from 'unplugin-vue-router/runtime' export...
Currently only `lazy: true` sets the return type of data to possibly undefined but server: false should also do it
Contribution welcome! ### Discussed in https://github.com/posva/unplugin-vue-router/discussions/314 Originally posted by **whoooami** February 15, 2024 i tried add it inside 1 or 2 position, but doesn't work. ```tsx import { defineComponent, ref...
In Vue Router, params are reused by name whenever possible. This is why from a typing perspective, doing `router.push({ name: 'route-name' })` for a route like `{ name: 'route-name', path:...
The current exports are invalid because the package is a commonjs (default `type` in package.json) but the `import` field of `exports` points to a file that uses modules and has...
### What problem is this solving The automatic binding of nested references doesn't work if `.withConverter()` is used. It currently only works with plain js objects See `extractRefs()` in utils.ts...
At the moment it's necessary to add a blank line between blocks: ```md @[example](button1) @[example](button2) ``` I'm open to contributions to make this work: ```md @[example](button1) @[example](button2) ```
Hi I tested the application on OSX 10.10 with simple `cmake` commands but the application is showing empty windows (black) I also have the following log at startup: ``` Particle...
The line that does: ``` js sprites.filters = [filter]; ``` breaks the game in Firefox. Removing the line makes the game work. Errors