Sign in

简柏林 / thingskit-app · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-app
  • uni_modules
  • uni-datetime-picker
  • components
  • uni-datetime-picker
  • i18n
  • index.js
  • feat:新增一个时间选择插件,替换告警筛选的时间插件
    66f2f988
    fengtao authored
    2022-04-26 18:30:31 +0800  
    Browse Files »
index.js 162 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
import en from './en.json'
import zhHans from './zh-Hans.json'
import zhHant from './zh-Hant.json'
export default {
	en,
	'zh-Hans': zhHans,
	'zh-Hant': zhHant
}