Vue

Vue.JS3

コンポーネントロード時のエラー

: Error compiling template:Templates should only be responsible for mapping the state to the UI. Avoid placing tags with...
Laravel

[Laravel Mix] 型定義ファイル(.d.ts)を作ったら”TypeScript emitted no output”エラーになる

環境Laravel-mix 6Vue 2.7型定義ファイルがないモジュールがあったので、@typeフォルダを作って型定義ファイルを入れてビルドしてみたが・・・Module build failed (from ./node_modules/...
開発

Vue2.7でteleportが使えない

Vue2.7でVue3の teleport使えないのか?: Unknown custom element: <Teleport> - did you register the component correctly? For recursi...
TypeScript

[TypeScript]オブジェクト配列にしたら型が剥がれた

Vueでこんな型を作ったtype queryOptions = {:Ref|string|number}で、こんな感じでオブジェクト内のキーと値をとってみたのだが・・・for(const key in options) {  if(type...
Laravel

Uncaught TypeError: Vue.use is not a function

Laravel mix + vue で開発しているとUncaught TypeError: Vue.use is not a functionが、出たり出なかったりすることがあるのだが、ようやく意味がわかった。ビルド途中でリロードする発生す...