ideaz-element
Version:
<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>
13 lines (12 loc) • 309 B
JavaScript
import { getCurrentInstance as p, computed as n } from "vue";
const c = (e) => {
const r = p();
return n(() => {
var o, t;
return (t = (o = r == null ? void 0 : r.proxy) == null ? void 0 : o.$props) == null ? void 0 : t[e];
});
};
export {
c as useProp
};
//# sourceMappingURL=useProp.mjs.map