feat: 前端基础框架

This commit is contained in:
RockChinQ
2024-10-13 22:34:35 +08:00
parent 9703fc0366
commit 0dd74c825b
15 changed files with 193 additions and 16 deletions

9
web/src/store/index.js Normal file
View File

@@ -0,0 +1,9 @@
import { createStore } from 'vuex'
import router from '@/router'
import axios from 'axios'
export default createStore({
state: {},
mutations: {},
actions: {},
})