From 45361b7a474a7014ef0b3d4bbb4d91988011d59b Mon Sep 17 00:00:00 2001 From: xuyiming Date: Mon, 29 Jun 2020 10:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E9=83=A8=E7=BD=B2=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workbench/yygl/deployment.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/pages/workbench/yygl/deployment.vue b/src/pages/workbench/yygl/deployment.vue index ab8ea0e..37a905b 100644 --- a/src/pages/workbench/yygl/deployment.vue +++ b/src/pages/workbench/yygl/deployment.vue @@ -2,8 +2,15 @@
- 在线组件工具 - 应用构建(镜像形式) + + 我的应用 + + + 应用仓库 + + + 应用部署 +
@@ -118,7 +125,9 @@ export default { this.step++; }, }, - mounted() {}, + mounted() { + + }, }; -- 2.26.0