组件components/hmr-button/hmr-button.vue
:
<script setup>
const hmrTest = ()=>{
uni.showToast({title:"显示1"})
}
</script>
<template>
<div><button @click="hmrTest" type="default">热重载测试</button></div>
</template>
页面pages/index/index.vue
<template>
<hmr-button/>
</template>
2 个回复
2***@qq.com (作者)
H5正常, 微信小程序热重载不正常
2***@qq.com (作者)
有官方来确认一下吗?我重现链接也给了,能不能给个修复日期?这个很影响开发啊