使用 setup语法糖时引入以下方法就会导致崩溃
<script setup>
import { onHide, onLaunch, onShow } from '@dcloudio/uni-app'
</script>
- 发布:2022-11-29 11:12
- 更新:2024-07-10 15:36
- 阅读:849
产品分类: HbuilderX
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 10
HBuilderX版本号: 3.6.5
操作步骤:
预期结果:
不意外崩溃
不意外崩溃
实际结果:
ts语言服务崩溃,导致代码助手失效 报以下提示: The Typescript language service died 5 timesright after it got started. The service will notbe restarted
ts语言服务崩溃,导致代码助手失效 报以下提示: The Typescript language service died 5 timesright after it got started. The service will notbe restarted
bug描述:
右侧提示ts语言服务崩溃 The Typescript language service died 5 timesright after it got started. The service will notbe restarted
问题复现 引入 import { onHide, onLaunch, onShow } from '@dcloudio/uni-app'就会报错
DCloud_HB_WTC
加我QQ: 552455601, 详聊
2022-12-08 15:18