1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

Merge pull request #87 from robonen/fix/web/vue/missing-export

fix(web/vue): missing useAsyncState export
This commit is contained in:
2025-07-14 02:19:49 +07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@robonen/vue",
"version": "0.0.8",
"version": "0.0.9",
"license": "Apache-2.0",
"description": "Collection of powerful tools for Vue",
"keywords": [

View File

@@ -2,6 +2,7 @@ export * from './tryOnBeforeMount';
export * from './tryOnMounted';
export * from './tryOnScopeDispose';
export * from './useAppSharedState';
export * from './useAsyncState';
export * from './useCached';
export * from './useClamp';
export * from './useContextFactory';