docs
docs copied to clipboard
π Documentation for Vue 3
The [temperature converter example](https://vuejs.org/examples/#temperature-converter) currently uses a `change` event on the `` fields to react to changes. This has led to some confusion, because the `change` event doesn't fire on...
Is this because of me using Firefox?  In English this would roughly read > Error while resolving module specifier "vue". Relative module specifiers have to start with "./", "../"...
The style guide for vue 3 still doesn't contain component options order for composition API. Now that a lot of developers switched to composition api, it would be great to...
The current description of [`extends`](https://vuejs.org/api/options-composition.html#extends) doesn't touch on how it does or doesn't work with composition API wherein setup may or may not be an option and the result of...
Issue triggered by this issue in core: https://github.com/vuejs/core/issues/7240 A class such as this one will throw an error when the getter is accessed on a reactive proxy for it: ```js...
Since Stackblitz reveals [Codeflow](https://stackblitz.com/codeflow) and the [Web Publisher integration](https://developer.stackblitz.com/codeflow/integrating-web-publisher), it could be nice to add an option (as an opt-in one) to facilitate the edition of a page. For example,...
### Vue version recent version ### Link to minimal reproduction https://vuejs.org/tutorial/#step-3 ### Steps to reproduce Clicked on "Show me!" ### What is expected? "Make me red" did turn into red...
### What problem does this feature solve? Ref : https://vuejs.org/api/application.html#app-config-errorhandler . I recently introduced a bug in a plugin that implements `app.config.errorHandler` that would impact developers mainly during local development...
When using `defineProps`, you _have_ to call it in the form `... = defineProps()`. Using it like `... = toRefs(defineProps())` generates a misleading mess of runtime errors, with the only...
### Vue version 3 ### Link to minimal reproduction https://private-user-images.githubusercontent.com/124511155/343743718-3aad9f59-0555-4711-a5e7-076c2a2fd168.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTk3OTY2MjksIm5iZiI6MTcxOTc5NjMyOSwicGF0aCI6Ii8xMjQ1MTExNTUvMzQzNzQzNzE4LTNhYWQ5ZjU5LTA1NTUtNDcxMS1hNWU3LTA3NmMyYTJmZDE2OC5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNzAxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDcwMVQwMTEyMDlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yZjBiNWI4ZWJjNGNkZDAyMDVlYzU1ZmI5YTdlNDQyMzY2OTRlYmMyNmRkZDQ5MGM3ODU2YzZhZjk5ZDdlY2NmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.rtmkXejYD9q6KLvHmBkOV8gQ32bA1SIkgNp2jhZ3TMY ### Steps to reproduce θΏεͺζ―δΈεΌ εΎη This is just a picture https://cn.vuejs.org/guide/reusability/custom-directives.html ### What is expected? ι‘΅ι’δΈεη§» Page not offset ###...