Skip to content

Commit

Permalink
fix(site): triggerElements
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Sep 20, 2024
1 parent b95fcd0 commit d131972
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/frontend/_site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
</style>
<![endif]-->
<script type="module" crossorigin src="/assets/index.0c12acca.js"></script>
<script type="module" crossorigin src="/assets/index.65680dd1.js"></script>
<link rel="stylesheet" href="/assets/index.c1e17ccf.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/api/import.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<t-input v-model="formData.descEn" :placeholder="currentApiCategory.placeholder.descEn"></t-input>
</div>
</div>
<div class="t-form-item" v-show="formData.apiCategory === API_CATEGORY_EVENTS">
<div class="t-form-item" v-show="Number(formData.apiCategory) === Number(API_CATEGORY_EVENTS)">
<label>
<span>触发元素(React)</span>
<t-popup
Expand Down

0 comments on commit d131972

Please sign in to comment.