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 634ac29 commit c24d816Copy full SHA for c24d816
src/components/EditLessonScreenInner3.vue
@@ -13,9 +13,7 @@
13
:placeholders="$t('components.editing_screen.placeholder.video_keyword')"
14
/>
15
16
- <button class="Button" @click="handleVideoSearchWord">
17
- 検索する
18
- </button>
+ <button class="Button" @click="handleVideoSearchWord">検索する</button>
19
20
<div v-if="videoSearchResult.length > 0" class="SearchResult">
21
<h3>NHK For Schoolの動画検索結果</h3>
0 commit comments