Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(site): triggerElements 不显示 #431

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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

Large diffs are not rendered by default.

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.6a3db75c.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) === API_CATEGORY_EVENTS">
<label>
<span>触发元素(React)</span>
<t-popup
Expand Down
Loading