gpt4 book ai didi

vue.js - 如何在 vue composition api 中使用激活和停用?

转载 作者:行者123 更新时间:2023-12-05 00:46:15 26 4
gpt4 key购买 nike

如何在vue组合api中使用activateddeactivated保持事件事件?

我找不到任何引用资料 in the docs

最佳答案

对于 vue 组合 api - 您仍然可以访问 vue 中的 activated/deactivated 生命周期方法,包括在 vue-next 中。

vue.js 3/(beta)


我相信库 vue-composition-api 支持激活/停用方法,但未添加到文档中。

vue-composition-api

import {onActivated, onDeactivated} from "vue"

export default {
setup() {
onActivated(() => {
// ...
})
onDeactivated(() => {
// ...
})
}
}

关于vue.js - 如何在 vue composition api 中使用激活和停用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61707118/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com