08335 / hivui-platform-template
hivui平台项目模板
Newer
Older
hivui-platform-template / assets_platform / tpl_lang / hivuiLogin / zh-CN.js
caibinghong on 27 Mar 2023 @中文描述: add
(function (global, factory) {
  if (typeof define === "function" && define.amd) {
    // define('element/locale/eu', ['module', 'exports'], factory);
  } else if (typeof exports !== "undefined") {
    factory(module, exports);
  } else {
    var mod = {
      exports: {}
    };
    factory(mod, mod.exports);

    global.HiVuiTpl = global.HiVuiTpl || {};
    global.HiVuiTpl.lang = global.HiVuiTpl.lang || {};
    global.HiVuiTpl.lang.zhCN = mod.exports;
  }
})(this, function (module, exports) {
  'use strict';

  exports.__esModule = true;
  exports.default = {
    'el_colorpicker_confirm': '确定',
    'el_colorpicker_clear': '清空'
  };

  module.exports = exports['default'];
});