文脈を追加

This commit is contained in:
Rikuoh Tsujitani 2025-02-16 11:05:09 +09:00
parent d4b78d4acd
commit b8ddd74e96
Signed by: riq0h
GPG key ID: 010F09DEA298C717
2 changed files with 1 additions and 2 deletions
README.md
frontend/src/components

View file

@ -2,7 +2,7 @@
Rails、Action cable、Vueで構成された簡素なリアルタイムチャット。
# 文脈
[Entering](https://riq0h.jp/2023/04/30/232125/)で主人公が作っていたチャットサービスをモダンな技術で再現した。
[Entering](https://riq0h.jp/2023/04/30/232125/)でヒロインと主人公が作っていたチャットサービスをモダンな技術で再現した。
![](/img/img.png)

View file

@ -71,7 +71,6 @@ export default {
this.createSubscription()
},
methods: {
//
createSubscription() {
this.subscription = this.cable.subscriptions.create(
{ channel: 'RoomChannel', room_id: this.roomId },