(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']; });