Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa5c39 commit faacb9cCopy full SHA for faacb9c
vue-ui/src/views/admin/config/components/UpdateInfo.vue
@@ -18,7 +18,7 @@
18
@click="handleCheckUpdate">检查更新</el-button>
19
</el-input>
20
</div>
21
- <div class="section-content" v-loading="packageLoading">
+ <div v-if="rootPath" class="section-content" v-loading="packageLoading">
22
<div class="name">
23
应用模块导入
24
<el-tooltip effect="dark" placement="top" content="选择导入的模块源码文件包进行模块导入">
0 commit comments