jiahui0902
jiahui0902
dns check超时了? https://www.xinac.net/9206.html
在用Taro时也遇到这个问题,看了下,编译之后没有把mini-html-parser的依赖包events复制到dist/npm目录下,导致缺少依赖。。。 看命令行报错时因为Taro.build的时候没有找到events这个包。 **方法一** 最后在config/index.js下增加配置就可以打包成功 `{ copy: { patterns: [ { from: 'node_modules/events/', to: 'dist/events/' }, ] } }` **方法二** 。。。抽空fork了项目,然后打了个npm包,所有依赖都打进去一个js里面,不介意可以用这个 npm i --save @jiahuix/mini-html-parser2
try ```vue import { ref } from 'vue'; const cascaderRef = ref(); const handleCascaderOptionsClick = (node, data) => { console.log(node, data, cascaderRef.value); if (!node.isLeaf) return; // https://github.com/element-plus/element-plus/blob/dev/packages/components/cascader-panel/src/node.vue cascaderRef.value.cascaderPanelRef.handleCheckChange(node, !node.checked); };...
> At this point, based on the lack of activity here and the discord, I'm assuming plasmo is another bit of unmaintained vaporware. Wish I could find an extension framework...