This website works better with JavaScript
Home
Explore
Help
Sign In
huangqiyong
/
classroom
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
f8c4464c57
Branches
Tags
dev
iteration-temp-http
main
staging
online2.0-课表
online1.0-云教材
classroom
/
src
/
views
/
coursewarePlayOld
/
helpers
/
helpState.ts
helpState.ts
112 B
History
Raw
1
2
3
4
5
import { reactive } from "vue"
export const state = reactive({
loadingCount: 0 as number // 加载次数
})