All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.util.useRender.mjs Maven / Gradle / Ivy

// Utilities
import { getCurrentInstance } from "./getCurrentInstance.mjs"; // Types
export function useRender(render) {
  const vm = getCurrentInstance('useRender');
  vm.render = render;
}
//# sourceMappingURL=useRender.mjs.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy