|
@@ -237,7 +237,7 @@ onMounted(()=>{
|
|
|
<!-- teleport search -->
|
|
|
<Teleport to=".layout-header-other" v-if="beforeMounted">
|
|
|
<div class="search-box">
|
|
|
- <el-input placeholder="视频名称、视频描述" size="large" clearable style="width:280px;"
|
|
|
+ <el-input placeholder="搜索感兴趣的视频课程" size="large" clearable style="width:280px;"
|
|
|
:prefix-icon="Search" v-model.trim="keyword" @input="handleCurrentChange(1)"></el-input>
|
|
|
</div>
|
|
|
</Teleport>
|