Results 8 comments of linjinbo

Is it still not available?

Still looking for `$router.referer` or `$route.referer`...

Setting an data attribute on a link, eg. `data-pjax-action="replace"`, goes with `replaceState()`. Otherwise, it goes with the default action `pushState()`.

No. But it may be an enhancement fo common usages.

It's working by adding a custom directive `src/directives/foo.ts`, then resolve in `vite.config.ts` resolvers: ``` { type: 'directive', resolve: (name: string) => { if (name === 'Foo') return { as: name,...