UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

13 lines (12 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resolveUnref = resolveUnref; var _vue = require("vue"); /** * Get the value of value/ref/getter. */ function resolveUnref(r) { return typeof r === 'function' ? r() : (0, _vue.unref)(r); }