Skip to content

Commit

Permalink
chore: 添加接口请求、组件联动仅在预览中生效的提示
Browse files Browse the repository at this point in the history
  • Loading branch information
woai3c committed Aug 1, 2022
1 parent 42b65a8 commit f1c5cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/custom-component/common/Linkage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<el-collapse-item title="组件联动" name="linkage" class="linkage-container">
<el-collapse-item title="组件联动(预览生效)" name="linkage" class="linkage-container">
<el-form>
<div v-for="(item, index) in linkage.data" :key="index" class="linkage-component">
<div class="div-guanbi" @click="deleteLinkageData(index)">
Expand Down
2 changes: 1 addition & 1 deletion src/custom-component/common/Request.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<el-collapse-item title="数据来源" name="request" class="request-container">
<el-collapse-item title="数据来源(预览生效)" name="request" class="request-container">
<el-form>
<el-form-item label="请求地址">
<el-input v-model.trim="request.url" @blur="validateURL">
Expand Down

0 comments on commit f1c5cdb

Please sign in to comment.