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

This chapter is all about Vue CLI & webpack. Please adding the vite alternatives. Currtly, we only debug by console.log. which is very ugly.

enhancement
cookbook

Currently (and also the last months) I found only tedious knowledge about how to create a component library with VueJS. I found tons of articles that were either outdated or...

cookbook

JSX is technically JavaScript, the doc feels conflicting with itself. ![image](https://user-images.githubusercontent.com/28700378/119430015-92019300-bd42-11eb-82b6-751d9ef55938.png)

There is a [V2 cookbook recipe](https://vuejs.org/v2/cookbook/packaging-sfc-for-npm.html) for publishing to NPM, but not one for V3 yet. I would greatly appreciate an official guide for this, because there are a wide...

content
cookbook

Vue v2 guide has an excellent [Comparison with Other Frameworks](https://vuejs.org/v2/guide/comparison.html) chapter, would be great if the v3 guide has it too.

content

I'm not sure if this is a documentation issue or a core issue, but I'd like to "pass through" types into scoped slots. For example, if I have a Table...

### Version https://github.com/vuejs/vue-next/commit/54ed7592e416fc411196e9b767aebcc4f2ca20d8 ### Reproduction link https://jsfiddle.net/uL8f9e2d/ ### Steps to reproduce 1. open the terminal, see the log ### What is expected? custom directive's mounted hook should be called after...

enhancement

### What problem does this feature solve? Apologies if this is well documented somewhere, I did not find it. It is common to use some "primitive" objects that actually represent...

discussion

Vue 2 doc had add `symbol` for key api in version 2.5.12 In Vue 3 doc, key is still `number | string`. 1. Is `symbol` deprecated? Or just not implement...

A lot of older resources about Vue 3 mention Portal instead of Teleport. But searching for Portal in v3 docs gives no result. It would be nice to have some...

enhancement