Fix crash when load app in head tag#68
Fix crash when load app in head tag#6807akioni merged 3 commits intotusen-ai:mainfrom trananhmanh89:patch-1
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/tusimple/naive-ui/Dzy6zPSFfYiQYCxERATEW9u2D927 |
|
Please add changelog to the PR. |
Please tell me how. I don't know. |
/CHANGELOG.en-US.md <-- add changelog |
Hi, |
just change files and commit to your branch |
Done. |
Environment Info
Steps to reproduce
Solution:
document.bodyis null. Usedocument.createElement('div')instead.