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:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@robonen/vue",
|
"name": "@robonen/vue",
|
||||||
"version": "0.0.8",
|
"version": "0.0.9",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"description": "Collection of powerful tools for Vue",
|
"description": "Collection of powerful tools for Vue",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ export * from './tryOnBeforeMount';
|
|||||||
export * from './tryOnMounted';
|
export * from './tryOnMounted';
|
||||||
export * from './tryOnScopeDispose';
|
export * from './tryOnScopeDispose';
|
||||||
export * from './useAppSharedState';
|
export * from './useAppSharedState';
|
||||||
|
export * from './useAsyncState';
|
||||||
export * from './useCached';
|
export * from './useCached';
|
||||||
export * from './useClamp';
|
export * from './useClamp';
|
||||||
export * from './useContextFactory';
|
export * from './useContextFactory';
|
||||||
|
|||||||
Reference in New Issue
Block a user