摘要:
Failed to download https://raw.githubusercontent.com/nuxt/starter/templates/templates/minimal.json: TypeError: fetch failed 众所周知的原因,需要魔法一下。 Windows CM 阅读全文
摘要:
目的是直接封装一个$t函数,可以直接在script中使用。 如果直接这样写,会报错 “Must be called at the top of a `setup`” function $t(args){ const {t} = useI18n() t(args) } 所以可以这样写: functio 阅读全文