Skip to content

Commit

Permalink
fix: clent only
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiaa12 committed Oct 26, 2023
1 parent 262171c commit d9a8ffb
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 27 deletions.
4 changes: 0 additions & 4 deletions src/components.d.ts
Expand Up @@ -7,7 +7,6 @@ export {}

declare module '@vue/runtime-core' {
export interface GlobalComponents {
ElAffix: typeof import('element-plus/es')['ElAffix']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElBacktop: typeof import('element-plus/es')['ElBacktop']
ElButton: typeof import('element-plus/es')['ElButton']
Expand All @@ -23,8 +22,6 @@ declare module '@vue/runtime-core' {
ElIconCaretBottom: typeof import('@element-plus/icons-vue')['CaretBottom']
ElIconCaretTop: typeof import('@element-plus/icons-vue')['CaretTop']
ElIconChatSquare: typeof import('@element-plus/icons-vue')['ChatSquare']
ElIconCheck: typeof import('@element-plus/icons-vue')['Check']
ElIconCloseBlod: typeof import('@element-plus/icons-vue')['CloseBlod']
ElIconCloseBold: typeof import('@element-plus/icons-vue')['CloseBold']
ElIconDelete: typeof import('@element-plus/icons-vue')['Delete']
ElIconEditPen: typeof import('@element-plus/icons-vue')['EditPen']
Expand All @@ -33,7 +30,6 @@ declare module '@vue/runtime-core' {
ElIconOperation: typeof import('@element-plus/icons-vue')['Operation']
ElIconSelect: typeof import('@element-plus/icons-vue')['Select']
ElImage: typeof import('element-plus/es')['ElImage']
ElImage22: typeof import('element-plus/es')['ElImage22']
ElInput: typeof import('element-plus/es')['ElInput']
ElOption: typeof import('element-plus/es')['ElOption']
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
Expand Down
4 changes: 3 additions & 1 deletion src/docs/在线应用/小游戏/js问题测验.md
Expand Up @@ -3,4 +3,6 @@ import jsQuestion from "./components/jsQuestion.vue"
</script>


<jsQuestion />
<clientOnly>
<jsQuestion />
</clientOnly>
5 changes: 3 additions & 2 deletions src/docs/在线应用/小游戏/一句.md
Expand Up @@ -2,5 +2,6 @@
import yiju from "./components/yiju.vue"
</script>


<yiju />
<clientOnly>
<yiju />
</clientOnly>
5 changes: 3 additions & 2 deletions src/docs/在线应用/小游戏/一言.md
Expand Up @@ -2,5 +2,6 @@
import yiyan from "./components/yiyan.vue"
</script>


<yiyan />
<clientOnly>
<yiyan />
</clientOnly>
5 changes: 3 additions & 2 deletions src/docs/在线应用/小游戏/二次元浓度测试.md
Expand Up @@ -2,5 +2,6 @@
import twoDimension from "./components/twoDimension.vue"
</script>


<twoDimension />
<clientOnly>
<twoDimension />
</clientOnly>
5 changes: 3 additions & 2 deletions src/docs/在线应用/小游戏/彩虹屁.md
Expand Up @@ -2,5 +2,6 @@
import rainbow from "./components/rainbow.vue"
</script>


<rainbow />
<clientOnly>
<rainbow />
</clientOnly>
5 changes: 3 additions & 2 deletions src/docs/在线应用/小游戏/早报.md
Expand Up @@ -2,5 +2,6 @@
import morningPaper from "./components/morningPaper.vue"
</script>


<morningPaper />
<clientOnly>
<morningPaper />
</clientOnly>
5 changes: 3 additions & 2 deletions src/docs/在线应用/小游戏/毒鸡汤.md
Expand Up @@ -2,5 +2,6 @@
import poison from "./components/poison.vue"
</script>


<poison />
<clientOnly>
<poison />
</clientOnly>
5 changes: 3 additions & 2 deletions src/docs/在线应用/小游戏/猜奥特曼.md
Expand Up @@ -2,5 +2,6 @@
import ultraman from "./components/ultraman.vue"
</script>


<ultraman />
<clientOnly>
<ultraman />
</clientOnly>
5 changes: 3 additions & 2 deletions src/docs/在线应用/小游戏/猜电影.md
Expand Up @@ -2,5 +2,6 @@
import movie from "./components/movie.vue"
</script>


<movie />
<clientOnly>
<movie />
</clientOnly>
5 changes: 3 additions & 2 deletions src/docs/在线应用/小游戏/猜英雄联盟.md
Expand Up @@ -2,5 +2,6 @@
import lol from "./components/lol.vue"
</script>


<lol />
<clientOnly>
<lol />
</clientOnly>
4 changes: 3 additions & 1 deletion src/docs/在线应用/小游戏/网易云热评.md
Expand Up @@ -3,4 +3,6 @@ import cloudmusicComment from "./components/cloudmusicComment.vue"
</script>


<cloudmusicComment />
<clientOnly>
<cloudmusicComment />
</clientOnly>
5 changes: 3 additions & 2 deletions src/docs/在线应用/小游戏/舔狗日记.md
Expand Up @@ -2,5 +2,6 @@
import tiangou from "./components/tiangou.vue"
</script>


<tiangou />
<clientOnly>
<tiangou />
</clientOnly>
2 changes: 1 addition & 1 deletion src/docs/服务端/部署/服务器迁移.md
Expand Up @@ -52,7 +52,7 @@ rsync error: error in rsync protocol data stream (code 12) at io.c(231) [sender=

## 权限解决后可能会出现秘钥文件权限过于开放

```ssh
```sh
Warning: Permanently added '1.2.3.4' (ED25519) to the list of known hosts.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Expand Down

0 comments on commit d9a8ffb

Please sign in to comment.