UNPKG

@ace-fetch/vue

Version:

vue adapter for @ace-fetch/core.

10 lines (9 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toRefLoading = void 0; function toRefLoading(loading) { return function (value) { loading.value = value; }; } exports.toRefLoading = toRefLoading;