智慧水务管理系统 - 精河县供水工程综合管理平台

index.mjs 287B

12345678910
  1. import { computed, getCurrentInstance } from "vue";
  2. //#region ../../packages/hooks/use-prop/index.ts
  3. const useProp = (name) => {
  4. const vm = getCurrentInstance();
  5. return computed(() => (vm?.proxy?.$props)?.[name]);
  6. };
  7. //#endregion
  8. export { useProp };
  9. //# sourceMappingURL=index.mjs.map