Liting

Results 14 comments of Liting

when i development my vuepress-theme, i have the same **error** with using `useRouteLocale` in my Vue SFC, whether @vuepress/client 2.0.0-beta.45 or @vuepress/client 2.0.0-beta.46 with [email protected]

好像没看到用正则的解法,我来补充一下:kissing: 感觉用正则来实现,修改编码条件也挺简单的 ```js function encode (str) { let res = '' const reg = /(\w)\1*/g const matchs = str.match(reg) matchs.forEach((item) => { if (item.length > 1) { res += item[0]...

已经23年了,2.x版本还没发,我下载也报错😂

Temporary solution is to skip lint config generation > https://nx.dev/nx-api/vue/generators/application#linter

https://github.com/formkit/drag-and-drop/issues/8 Does this meet your needs?

Same problem env: macOS: 13.4.1 playwright *: 1.35.1 Browser: All info: test vue3 sfc

> [#309](https://github.com/vuejs/repl/pull/309) Maybe we can use `Sandbox`, not relying on editor configuration Is there a difference? It looks like you just moved the code in preview to another place

> > Is there a difference? It looks like you just moved the code in preview to another place > > hi [@litingyes](https://github.com/litingyes) > > My original intention is to...

> You can write a twoslash implementation following the protocol and reuse `@shikijis/twoslash` package: https://github.com/twoslashes/twoslash/tree/main/packages/twoslash-protocol > > For example, here is an implementation for ESLint: https://github.com/twoslashes/twoslash/tree/main/packages/twoslash-eslint > > I don't...

> Hello [@litingyes](https://github.com/litingyes) I’m interested in implementing this feature and contributing a PR to add twoslash-like functionality for UnoCSS code snippets. Could you please assign me to this issue? Thank...