npm install nuxt-i18n -S. 2.新建lang 文件夹,放置语言包. zh.js. 1 2const zh = { 3 webTitle:'我的nuxt.js 例子', 4 index: '首页', 5 list:'列表' 6} 7export ...
確定! 回上一頁