Madogiwa Blog

主に技術系の学習メモに使っていきます。

2025-02-24から1日間の記事一覧

vue-tsc v2.2.0からv2.2.2にアップデートした際にuseSlotを使ったコードがエラーになった📝

vue-tsc v2.2.0からv2.2.2にアップデートした際にuseSlotを使ったコードで以下のようなエラーが発生した。 github.com app/frontend/components/ui/Card.vue:27:7 - error TS7022: 'slots' implicitly has type 'any' because it does not have a type annot…