core icon indicating copy to clipboard operation
core copied to clipboard

Vue-Powered Static Site Generator

Results 89 core issues
Sort by recently updated
recently updated
newest added

### Clear and concise description of the problem Currenly the `(file: string, type: string) => boolean` is TOO unmeaningful. The file args in vite is the output chunk name, which...

enhancement
help wanted

### Clear and concise description of the problem I have a feeling that a serious documentation contributor has lots of things to do **before** editing a page: * Examine the...

enhancement
package:theme-default

### Description It looks like this commit https://github.com/vuepress/vuepress-next/commit/268fa6d0848829c97433bd8bbe57c21bb26c8423 introduced in 2.0.0-beta.47 removes any query params on the initial page load, for example, https://vuepress2.netlify.app/guide/getting-started.html?foo=bar is redirected to https://vuepress2.netlify.app/guide/getting-started.html and `route.query` is...

bug
package:plugin-active-header-links
regression

### Clear and concise description of the problem Currenly the `shouldPrefetch: true` default behavior have serious preformance impact on large sites with FCP time. For a large site with around...

enhancement
help wanted

### Description When set a very long title for the project, the title can't hide correctly, and the button for the dark/light and search can be blocked it sometimes happens...

bug
package:theme-default

### Clear and concise description of the problem Provide client config file for theme and plugins, so that user can modify client-only options to get an HMR instead of a...

enhancement
discussion

### Description In the below demo, dev server is working as expected. (Attr and dataset are not preserved) In production, when modifying dom, attrs and dataset are preserved when revisiting...

bug

### Clear and concise description of the problem Currenly the docsearch plugin is using the default css, but the default searchbar is quite large in desktop mode, and it's a...

enhancement
package:plugin-docsearch

### Clear and concise description of the problem The default icon, is emm.... ### Suggested solution Procide a icon option for people to inejct svg strings or html string to...

enhancement

## Feature request Note: this is a variant of an issue which has been reported for v1 but also applies for v2: https://github.com/vuejs/vuepress/issues/2398 ### Description Most modern documentations are using...

enhancement