UNPKG

@cran/lib.vue.ref

Version:

Vue Reactivity Extensions

10 lines (9 loc) 203 B
import { getCurrentScope } from "vue"; export function withScope(callback) { const scope = getCurrentScope(); if (scope) { callback(scope); return true; } return false; }