docs
docs copied to clipboard
📄 Documentation for Vue 3
**Docs pages** https://vuejs.org/guide/typescript/composition-api.html#typing-component-template-refs https://vuejs.org/guide/essentials/template-refs.html#function-refs **Improvement** These pages needs these improvements: - add method example, not only inline function - add typescript version with types of that method (parameters, return type)...
All in the following example: ```vue const v = 'Variables declared in setup script' {{ v }} can be accessed in the template const v = 'Homonymous variable' // will...
I'm viewing the Vue site on my laptop with a resolution of 3840x2160 (250% scaling). The drop down menu is partially hidden because it is taller than the view port....
This is a follow-up to https://github.com/vuejs/core/issues/5696, see it for reference What I was googling: "vue 3 define emits typescript" This is the first result: [vuejs.org/guide/typescript/composition-api.html](https://vuejs.org/guide/typescript/composition-api.html) This is second: [vuejs.org/guide/typescript/overview.html](https://vuejs.org/guide/typescript/overview.html) And...
I'm noticing that we are having some different auto-formatting styles in some of the PRs. I'm thinking we should have an opinionated styling formatting for contributors going forward so we...
Unfortunately, the docs miss exhaustive descriptions of these options on the following pages: - https://vuejs.org/api/reactivity-core.html - https://vuejs.org/api/component-instance.html#watch Strangely, I found more exhaustive Vue 3-related documentation [here](https://docs.w3cub.com/vue~3/api/instance-methods#watch) on w3cub.com that explains...
This is an issue for the new upcoming docs currently hosted at staging.vuejs.org. How do I share a link to a page that has Options API or Composition API preference...
### Preface Our Typescript docs are split into two pages for Composition API and Options API, which is fine as there are different things to be aware about when using...
https://vuejs.org/guide/essentials/watchers.html#callback-flush-timing
### What problem does this feature solve? Misconceptions about how the runtime compiler works, the difficulty in finding and combining information from other sections, vite (and things that are not...