新增直播轮播组件

This commit is contained in:
唐明明
2020-11-30 17:38:19 +08:00
parent 4b8baab1e5
commit f267036d9b
17 changed files with 102 additions and 66 deletions

View File

@@ -5,9 +5,10 @@
import file from "./interfaces/file"
import auth from "./interfaces/auth"
import video from "./interfaces/video"
export default{
file,
auth
auth,
video
}