Jason Gu

Results 20 comments of Jason Gu

Can't believe this problem has existed for more than a year, I repeated this problem when build with source map. I refer to the above scheme for temporary solution: `NODE_OPTIONS='--max-old-space-size=4096'...

> @guohui666 如果解决了,一定分享一下solution哈。我怕我们项目代码越来越多,估计也有这问题 可以试试 `NODE_OPTIONS='--max-old-space-size=4096' yarn build`

认领数据展示类组件 Avatar & Badge & Calendar & Card & Collapse

认领“输入”类: Checkbox & ColorPicker & DatePicker & Form

认领“数据展示”类:Comment & List & Loading

I've been looking for a long time, too. I finally found the author's blog and the file structure was what I was looking for. https://github.com/kentcdodds/kentcdodds.com/tree/main

when I add dependencies: ```bash WARN  deprecated [email protected]: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau ```

You should init it in ```ts onMounted(() => nextTick(()=>{..})) ```