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

(Not entirely sure this is the correct place, but its related to the docs, so i decided to open an issue here) Quite a few sponsors currently represented on the...

## Description of Problem By default, yarn 4 use global caches. but vite does not support global cache right now. so it can't run `yarn dev` successfully if not disable...

Spec: https://llmstxt.org/ > Large language models increasingly rely on website information, but face a critical limitation: context windows are too small to handle most websites in their entirety. Converting complex...

Guide: https://vuejs.org/guide/extras/web-components.html In short, it would be great to add information here about how to use Vue plugins when building Web Components. It was a headache to figure this out...

如下代码所示,目前 vue 似乎没有提供在组件中用于判断插槽是否存在的方法,而在我自己实现组件库时,发现判断插槽是否存在是非常普遍使用的一个功能,而 vue 只提供了一个 useSlots() 方法,但是实际中有很多不同的情况需要处理,目前我也无法保证方法一定没有问题,只能是遇到一种情况就处理一种情况。无奈最终自己写了一个判断插槽是否存在的方法:https://themusecatcher.github.io/vue-amazing-ui/utils/functions/slots-exist.html 希望能尽快推出一个判断插槽是否存在的 api 子组件 Child.vue: ```vue {{ title }} ``` 父组件 Parent.vue: ```vue ```

https://github.com/vuejs/docs/blob/fe96839c9fe1ce82150e5a4396235cb3d1fb76e2/src/guide/components/attrs.md?plain=1#L109 This does not make it entirely clear that the conventional kebab casing of event names would be camel cased i.e. `@my-event` would result in an attr named `onMyEvent`. And...

From [the Guide basic usage](https://vuejs.org/guide/components/v-model#basic-usage) > The value returned by defineModel() is a ref. It can be accessed and mutated like any other ref, except that it acts as a...

## Description of Problem Currently, it is very hard to understand how the default error handler behaves. - It throws during development, triggering the global error handler. - It only...

Bumps [@vue/repl](https://github.com/vuejs/repl) from 4.7.0 to 4.7.1. Release notes Sourced from @​vue/repl's releases. v4.7.1    🚀 Features Update language tools to 3.0.7  -  by @​johnsoncodehk (29db8) Update language tools to 3.0.8  - ...

dependencies
javascript

``` pnpm run dev > @ dev C:\Users\WDAGUtilityAccount\Desktop\Sandbox\vue-docs-main > vitepress node:internal/modules/package_json_reader:314 throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), null); ^ Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'vite' imported from C:\Users\WDAGUtilityAccount\Desktop\Sandbox\vue-docs-main\node_modules\vitepress\dist\node\cli.js at Object.getPackageJSONURL (node:internal/modules/package_json_reader:314:9) at...