<script lang="ts">
export default {
lifetimes: {
ready: function () {
console.log("component lifetimes is ready next tick");
},
},
};
</script>
- 发布:2024-03-08 16:03
- 更新:2024-09-29 15:47
- 阅读:261
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 12.6.3
第三方开发者工具版本号: vscode 1.87.0
基础库版本号: 3.0.0-3080720230703001
项目创建方式: CLI
CLI版本号: 3.0.0-3080720230703001
示例代码:
操作步骤:
<script lang="ts">
export default {
lifetimes: {
ready: function () {
console.log("component lifetimes is ready next tick");
},
},
};
</script>
<script lang="ts">
export default {
lifetimes: {
ready: function () {
console.log("component lifetimes is ready next tick");
},
},
};
</script>
预期结果:
应该在控制台打印对应提示
应该在控制台打印对应提示
实际结果:
控制台无任何打印提示
控制台无任何打印提示
bug描述:
微信小程序自定义组件的 created ready等生命周期已经放入lifetimes内, 目前uniapp好像不支持此参数生命周期
1 个回复
阿臻
为什么没人回复呢?