You've already forked template-MP
新增:全量优化
This commit is contained in:
7
hooks/index.js
Normal file
7
hooks/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Hooks统一导出入口
|
||||
*/
|
||||
|
||||
export { useRequest } from './useRequest.js'
|
||||
export { useState, useStorageState, useFormState } from './useState.js'
|
||||
export { useGet, usePost } from './useApi.js'
|
||||
Reference in New Issue
Block a user