Skip to content

Commit 19ca559

Browse files
committed
add: 2022 talk
1 parent c898b3b commit 19ca559

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

server/data/speakers-2022.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ export const speakers2022: SpeakerInfo[] = [
124124
title: "How Vite enables Histoire",
125125
url: "https://vuefes.jp/2022/sessions/Akryum",
126126
},
127+
{
128+
name: ["miyaoka", "うしろのこ", "takanorip", "やまのく", "kazupon"],
129+
title: "なるほどVueコンポーネント",
130+
url: "https://vuefes.jp/2022/#naruhodo-vue-component",
131+
format: "panel",
132+
},
127133
{
128134
name: ["田中 弘治"],
129135
title: "Nuxt モジュールの作り方を知って 開発した機能を再利用しよう",
@@ -181,4 +187,9 @@ export const speakers2022: SpeakerInfo[] = [
181187
title: "Patterns of VueUse",
182188
url: "https://vuefes.jp/2022/sessions/anfu",
183189
},
190+
{
191+
name: ["Eduardo San Martin Morote", "Anthony Fu", "Yaël Guilloux"],
192+
title: "Peephole",
193+
url: "https://vuefes.jp/2022/#peephole",
194+
},
184195
];

0 commit comments

Comments
 (0)