enjoy-wind

Results 12 comments of enjoy-wind

> > Finally success, because I just replace jpush with google version but missed jcore one. > > We need to replace the library in jpush-phonegap-plugin, and it's dependency cordova-plugin-jcore....

I have fixed this issue myself, what attempts to support VUE.

@xsjcTony 🧚‍♀️,你是否可以在项目中基于requestIdleCallback和IntersectionObserver及动态import函数,封装prefetch函数,来完成对应需求

1.定义一个usePrefetch.js ``` export default (componentName) => { const element = useCurrentElement() const io = new IntersectionObserver( entries => { const {isVisible} = entries[0] let delay = 500; if (!isVisible) {...

@xsjcTony 是否可以加个微信,我们一起看看怎么解决

> @xsjcTony @enjoy-wind Did you finally implement this solution? @agualis 通过import.meta.glob获取类似组件的混淆后的hash,然后通过正则命中Key,完成动态导入. ``` const formComponent = import.meta.glob('~/components/*/*/form/*.(jsx|js|vue)') const getReg = (key) => new RegExp(`src/components/[^/]*/[^/]*/form/${key}.(jsx|js|vue)$`) const requestComponent = async (key) => {...

升级webstorm版本吗 @userquin

另外好像还有个问题,引入标签时,他好像还会自动import

> @hengyunabc web console是否可以支持添加一个上下文 语言的艺术

> @enjoy-wind 问题描述没看懂,是指事件动作/变量赋值 绑定自定义组件的prop?还是什么? 应该是指这里 @wibetter