UNPKG

element-plus

Version:

A Component Library for Vue 3

12 lines (9 loc) 275 B
import { watch, unref } from 'vue'; const useDeprecated = ({ from, replacement, scope, version, ref, type = "API" }, condition) => { watch(() => unref(condition), (val) => { }, { immediate: true }); }; export { useDeprecated }; //# sourceMappingURL=index.mjs.map