UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

9 lines (8 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createLocale = void 0; const lodash_1 = require("lodash"); function createLocale(locale, fallbackLocale) { return (0, lodash_1.merge)({}, fallbackLocale, locale); } exports.createLocale = createLocale;