vue router で忘れがちな設定 vue router で忘れがちな設定 個人的メモ import Vue from 'vue'; import VueRouter from 'vue-router'; Vue.use(VueRouter); // <<ココ忘れがち