mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-11 08:16:03 +00:00
feat: 前端基础框架
This commit is contained in:
9
web/src/store/index.js
Normal file
9
web/src/store/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { createStore } from 'vuex'
|
||||
import router from '@/router'
|
||||
import axios from 'axios'
|
||||
|
||||
export default createStore({
|
||||
state: {},
|
||||
mutations: {},
|
||||
actions: {},
|
||||
})
|
||||
Reference in New Issue
Block a user