docs
docs copied to clipboard
📄 Documentation for Vue 3
## Description of Problem ## Proposed Solution > 🚀 The [Beta for Tauri 2.0](https://beta.tauri.app/blog/tauri-2-0-0-beta/) has launched! ## Additional Information
## Description of Problem As I was going through the VueSchool.io courses and their original Masterclass on Vue 3, I set out to build the project using Vite, Vue 3...
## Description of Problem ## Proposed Solution ## Additional Information
## Description of Problem ## Proposed Solution ## Additional Information JavaScript provides two new immutable methods on arrays to solve the problem of legacy functions with side effects. These two...
文档中说可以异步加载服务器上的组件 实际加载 形如 `http://localhost:8080/Test/index.js` 这种的打包后组件,并不成立
#[10348](https://github.com/vuejs/core/issues/10348): - Adding clarification on how to access `name` property in script setup ## Description of Problem In `script setup`, the `name` property does not get created, per [here](https://github.com/vuejs/core/issues/10348#issuecomment-1951604644). ##...
This is working now, but with a few caveats: ### Preview ### Short-term - [x] ~~`twoslash` is not stable yet: https://github.com/twoslashes/twoslash~~ - [x] ~~Using `shikiji`'s beta https://shikiji.netlify.app/packages/twoslash, which is wait...
Concerning the example in [Immutable Data](https://vuejs.org/guide/extras/reactivity-in-depth.html#immutable-data) , ``` //here import produce from 'immer' import { shallowRef } from 'vue' export function useImmer(baseState) { const state = shallowRef(baseState) const update =...
## Description of Problem upgrade `@vue/repl` ## Proposed Solution ## Additional Information
https://github.com/vuejs/docs/blob/4cbc64e4e560de20d5aa362cb0db1a46ad5a1678/src/api/sfc-css-features.md?plain=1#L101 After reading this part of the docs, I got curious about the performance impact of attribute selectors, but could not find any conclusive evidence one way or the other....