Results 11 issues of gyhyfj

```css /* base.css */ *, ::before, ::after { box-sizing: border-box; word-break: break-word; } ``` fixes #782

### Is your feature request related to a problem? Please describe. There's a little different of layout among pages have y-scrollbar or not in wide screen device like desktop. For...

enhancement
theme

### Describe the bug If the md file’s h2 title start with special character, page can't scroll to the right place as usual when I click toc in `.VPDocAsideOutline` ,...

bug
build

### Vue version 3.2.40 ### Link to minimal reproduction https://sfc.vuejs.org/#eNq1kcuOwjAMRX/FyhLRBmmkWXQ6SPMf2fThaUKbh5y0DEL990lKQQgkdqxiX8fHtu6Z/TiXTyOygglTBtRuqALuY9yqCXw4Dfgt2FG1QRbwudu5vy+oq6bvyI6mzRo7WCrA96d6GFGw2AiQWtMLt/5LBsA34K3GIJXpYMOv8or/WPBXUaLqZHhUn2c7Zfq1fBm0L3lcIJ2wvrFgSknA33XWm/cv+c0XtmVKO0sh05XLD96aaNx5OXEteMEKWJSkRWdTLpgMwfmCc//bJLsPPrfU8RjlNJqgNObodVaTPXqkCBZse8fgUZyQMkLTIiG9Yj58feIm7CzMzOZ/PmzPNw== ### Steps to reproduce It's quite strange! Just chekout that [SFC Playground Link](https://sfc.vuejs.org/#eNq1kcuOwjAMRX/FyhLRBmmkWXQ6SPMf2fThaUKbh5y0DEL990lKQQgkdqxiX8fHtu6Z/TiXTyOygglTBtRuqALuY9yqCXw4Dfgt2FG1QRbwudu5vy+oq6bvyI6mzRo7WCrA96d6GFGw2AiQWtMLt/5LBsA34K3GIJXpYMOv8or/WPBXUaLqZHhUn2c7Zfq1fBm0L3lcIJ2wvrFgSknA33XWm/cv+c0XtmVKO0sh05XLD96aaNx5OXEteMEKWJSkRWdTLpgMwfmCc//bJLsPPrfU8RjlNJqgNObodVaTPXqkCBZse8fgUZyQMkLTIiG9Yj58feIm7CzMzOZ/PmzPNw==) above, we can see: This rule `...

if my `package.json` includes such `config` field: ```json "config": { "commitizen": { "path": "./node_modules/cz-customizable" } } ``` If I run npm-run-all script with `pnpm` , It would print Unknown option:...

It appears that as the number of modified files increases, the execution speed of lint-staged with prettier also exponentially slows down. But the speed of exec prettier itself is normal....

My code is like this: ```vue {{ element.name }}{{ element.id }} import { reactive } from "vue" import { Sortable } from "sortablejs-vue3" const list = reactive([ { id: "111",...

This nuxt-icon module works well in my nuxt3 project, but I found a small problem: I have 100 pictures on my home page, then I put such as 'edit' icon...

### Describe the feature In node environment (v20), I want to upload an image to OSS by posting `FormData`, I've tried several solutions, such as using `form-data` deps, but still...