-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
After clicking on Code Actions in the Vue files, nothing happens.
This works only in TS files.
…
-
### Describe the bug
**Code Snippet:**
```javascript
// main.ts
(async function load() {
console.log("[1] run main.ts");
const asyncAction = await import("./asyncAction");
asyncAction…
-
The following errors were reported when starting the vue project.
`
errno: -2, code: 'ENOENT', …
-
### Describe the bug
It doesn't seem to be executed as expected. In Chinese mode, you can enter whatever you want.
### Reproducer
暂无
### PrimeVue version
4.2.2
### Vue version
4.x
### Language…
-
### Environment
Linux (this problem doesnt appear to happen on windows).
tested on different node versions.
### Reproduction
https://stackblitz.com/edit/github-819pq2-4sknkq?file=layouts%2Fd…
-
-
-
Vue
**关于计算属性和方法**:
两者都能使用函数对数据进行修改操作等,但是计算属性是基于它们的响应式依赖进行缓存的。只在相关响应式依赖发生改变时它们才会重新求值。这就意味着只要 message 还没有发生改变,多次访问 reversedMessage 计算属性会立即返回之前的计算结果,而不必再次执行函数。
这也同样意味着下面的计算属性将不再更新,因为 Date.now() 不是响应式依…
-
### Version:
#### Javascript
```
"node_modules/@inertiajs/core": {
"version": "2.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@inertiajs/core/-/core-2.0.0-beta.2.tgz",
…
-
## 学习资料
* [官网](https://cn.vuejs.org/)
* [Vue3 入门](https://vue3.chengpeiquan.com/)