UNPKG

ingenious-flow-designer

Version:

[演示地址](http://antd-vben5-pro.madong.tech/)

18 lines (17 loc) 533 B
import { watch, unref } from "vue"; import { f as debugWarn } from "./install-DW2-zxb6.js"; const useDeprecated = ({ from, replacement, scope, version, ref, type = "API" }, condition) => { watch(() => unref(condition), (val) => { if (val) { debugWarn(scope, `[${type}] ${from} is about to be deprecated in version ${version}, please use ${replacement} instead. For more detail, please visit: ${ref} `); } }, { immediate: true }); }; export { useDeprecated as u }; //# sourceMappingURL=index-BAOcmYcy.js.map