feat:新增发布和取消发布接口

This commit is contained in:
奔跑的面条
2022-05-22 16:38:22 +08:00
parent 763173de44
commit deeb3a472c
9 changed files with 137 additions and 35 deletions
+3
View File
@@ -8,7 +8,10 @@ import { SketchRule } from 'vue3-sketch-ruler'
* @param app
*/
export function setupCustomComponents(app: App) {
// 骨架屏
app.component('GoSkeleton', GoSkeleton)
// 加载
app.component('GoLoading', GoLoading)
// 标尺
app.component('SketchRule', SketchRule)
}