docs icon indicating copy to clipboard operation
docs copied to clipboard

📄 Documentation for Vue 3

Results 261 docs issues
Sort by recently updated
recently updated
newest added

[According to Vue 3.4 docs](https://vuejs.org/guide/reusability/plugins), if I want to define a custom plugin, I need to create it like this: ```[typescript] // my-custom-plugin.ts export default { install: (app, options) =>...

content
contribution welcome

Bumps [vue](https://github.com/vuejs/core) from 3.4.29 to 3.4.31. Release notes Sourced from vue's releases. v3.4.31 For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the...

dependencies

Added links to Vue 2 EOL and HeroDevs NES Vue 2 support in the home page and sidebar. **Home Page** ![The Progressive](https://github.com/vuejs/docs/assets/26125957/f1b185da-232a-4ee0-917b-777b10e629bd) ![The Progressive](https://github.com/vuejs/docs/assets/26125957/19ad015b-77ff-43cb-b90b-19df43fc562c) **Sidebar** ![AD_4nXcrA4o2ifWBmVGtdifroPkH2FUdpimIjwkmfci1PSKqF_-JZbdgQFLCylfPvok0qO4BDuoEO5STkyF1lYEIY54UiFM_ow_-Lbm8VFKXN8SPQB1IQRKHzJbt](https://github.com/vuejs/docs/assets/26125957/92f4ea7b-3da4-4ed7-857b-47d4e20bd582) ![Extra Topics](https://github.com/vuejs/docs/assets/26125957/8853a3f0-4ed4-444d-81a9-b99cdc142d6d)

## Description of Problem ## Proposed Solution ## Additional Information

This code in typescript triggers a confusing Error: ```ts export interface Props { msg?: string labels?: string[] } const props = withDefaults(defineProps(), { msg: 'hello', labels: ['one', 'two'] }) ```...

## Description of Problem There is a broken link (component.studios) in https://vuejs.org/guide/scaling-up/tooling.html#other-online-playgrounds. I've proposed a solution in their repository, but the last activity is from 3 years ago. ## Proposed...

It was suggested that this is the best place to document the tsconfig setup output by create-vue. I've written much of this doc already, over at https://github.com/vuejs/create-vue/issues/265, though I need...

state: awaiting-feedback

We are currently planning to develop a vscode extension that can quickly access various technical documents, but it is not accessible due to the frame-ancestors settings of the official documentation...

core-team

## Description of Problem change type of withModifiers param update documentation to reflect the change in #10856, where the type of the second parameter of withModifiers was changed from string[]...