Lo

Results 26 issues of Lo

In docs/page/guide/i18n.md, tip block is always using zh-CN.

The i18n page's css style is incorrect. When using , it will be correct after refreshing, but in dev it has no change. ![image](https://user-images.githubusercontent.com/50254496/180587487-4fbb71a8-503f-4b1d-ab46-3840d80b68bc.png)

Some scripts in package.json need to be run after "build" such as "docs". What about `"docs": "pnpm -C docs run dev"` changed to `"docs": "pnpm build && pnpm -C docs...

I think it's interesting . I want to try myself to make CSS-i18n better though I'm not a good FE development and not good at CSS. ~~你能帮帮我吗,求求你了,求求你了~~

enhancement

深色模式,按键音效的试听按钮颜色太浅,容易被忽略。

### Clear and concise description of the problem It's a todo in the [`api/src/vue/analyze.ts`](https://github.com/vue-macros/vue-macros/blob/033ff029d5e0eac194b01907971aa344bbfb51da/packages/api/src/vue/analyze.ts#L128) to support runtime props. ### Suggested solution - It may provide the following methods like `handleObjectPropsDefinition`...

enhancement

### Clear and concise description of the problem The previous context in a discussion: . Currently, UnoCSS will generate `preflight-base` variables as the default behavior with the `preset-mini`. When building...

### Environment #### In stackblitz System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries:...

I tried this fantastic dockbar in React and it's my first time to use Web Component in React. ### issue I need to add the following type definitions for better...

When triggering the functionality on mobile in `NavMenu.vue`, the style remains as it is hovered. It seems to be due to the difference between `touchstart` and `click`. Is it necessary...

enhancement