issues Search Results · repo:vuejs/composition-api language:TypeScript
Filter by
653 results
(61 ms)653 results
invuejs/composition-api (press backspace or delete to remove)The documentation stored here: https://vuejs.org/guide/essentials/watchers.html#watcheffect
Suggests that watchEffect can be used in place of watch.
However this is not the case because watchEffect callback ...
craigcrawfordcts
- Opened on Sep 4, 2024
- #995
In trying to transition to Vue 2.7 to then be able to transition to Vue3, many dependencies rely on this package. it
would be very helpful if instead of completely removing all support for 2.7, this is ...
no-issue-activity
SampsonCrowley
- 3
- Opened on Jul 25, 2024
- #994
In the template, I obtained the newly set property of the reactive object through a function, and the view was not
reactive, but directly taking this value was reactive. I used Vue 3 to implement the same ...
cscxj
- 2
- Opened on Jun 19, 2024
- #993
3.2、3.3版本的watch() 传入reactive类型监听源,即使deep设置为false,源码上会默认设置为true,修改深层属性会触发监听回调。
但在3.2升到3.4版本时,代码不变,deep依旧是false,此时修改reactive里深层的属性,不会触发监听!
no-issue-activity
Oumae-Kumiko
- 2
- Opened on Feb 29, 2024
- #992
[Cause] i found the logic in toVue3ComponentInstance function it use a WeakMap to cache to the map of Vue2 instance to
fake-Vue3 instance But the fake-Vue3 instance has a property named proxy that references ...
no-issue-activity
dennis-leee
- 1
- Opened on Jan 23, 2024
- #991
image
vue2.7.14
目前我项目使用2.7.14版本,因其他原因不能降级,这@vue/composition-api目前限制了vue 2.7. 有办法“破解”么
no-issue-activity
quixote1304629
- 2
- Opened on Dec 7, 2023
- #990
kajweb
- Opened on Nov 29, 2023
- #989
复现: https://codesandbox.io/s/friendly-glade-v3dn8m?file=/src/main.js
// main.js
const globalData = { bar: };
Vue.mixin({
data: () = globalData,
});
// child.vue
export default {
setup() { ...
no-issue-activity
AuSjukwa
- 2
- Opened on Sep 25, 2023
- #988
客户端
- 1、main.js
import Vue from vue ;
import App from ./App.vue ;
import VueCompositionAPI from @vue/composition-api ;
Vue.use(VueCompositionAPI);
new Vue({
render: ...
linzhe141
- 2
- Opened on Sep 2, 2023
- #987
这是change-passowrd组件 image 但是在devtools调试工具中导致data数据丢失了 img width= 1470 alt= image src=
https://github.com/vuejs/composition-api/assets/14856875/6c6d053d-4370-44cf-8161-3d9586fa5cd6
我使用npm包引入的方式没有问题,但是使用cdn就出现组件setup里面的数据丢失 ...
yaojunmiss77
- 2
- Opened on Jun 29, 2023
- #985

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.