xdesign-vue-next
Version:
XDesign Component for vue-next
1 lines • 766 B
Source Map (JSON)
{"version":3,"file":"dep-2f9d2f2d.mjs","sources":["../../node_modules/lodash/_baseProperty.js"],"sourcesContent":["/**\n * The base implementation of `_.property` without support for deep paths.\n *\n * @private\n * @param {string} key The key of the property to get.\n * @returns {Function} Returns the new accessor function.\n */\nfunction baseProperty(key) {\n return function(object) {\n return object == null ? undefined : object[key];\n };\n}\n\nmodule.exports = baseProperty;\n"],"names":["baseProperty","key","object","undefined","_baseProperty"],"mappings":";;;;;;;;;;;;;;;AAOA,SAASA,YAAYA,CAACC,GAAG,EAAE;EACzB,OAAO,UAASC,MAAM,EAAE;IACtB,OAAOA,MAAM,IAAI,IAAI,GAAGC,SAAS,GAAGD,MAAM,CAACD,GAAG,CAAC,CAAA;GAChD,CAAA;AACH,CAAA;AAEAG,IAAAA,aAAc,GAAGJ;;;;"}