Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

修改前:

import hotentZhLocale from 'hotent-ui/src/locale/lang/zh-CN'

修改后(我能这么用么?):

import hotentZhLocale from 'https://cdn.jsdelivr.net/npm/[email protected]/src/locale/lang/zh-CN.js'// hotent-ui lang

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

了解一下Deno https://deno.land/ 可以运行时引入es、cjs包


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...