# vue3-hm-event-admin **Repository Path**: JuliusDeng-vuejs-learn/vue3-hm-event-admin ## Basic Information - **Project Name**: vue3-hm-event-admin - **Description**: 黑马 vue3 大事件后台练习。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-17 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 路由 pinia # axios封装 # ?1 pinia的写法 export default pinia export * from './modules/user' export * from './modules/counter' # ?2 接口发送参数是formData格式?