Luxx/dashboard/src/composables/index.js

6 lines
280 B
JavaScript

// 导出所有组合式函数
export { useAuth } from './useAuth.js'
export { useApi, usePagination, useForm } from './useApi.js'
export { formatDate, formatNumber, truncate } from './useFormatters.js'
export { debounce, throttle, storage, copyToClipboard } from './useUtils.js'