mixins is wrong
Opened this issue · 1 comments
cshenger commented
The mixins here don't need
const app = new Vue({
el: '#app',
template: '<router-view></router-view>',
router,
mixins: [VueRouter], // No need
});
TTtuntuntutu commented
Yeah, after I removed the mixin, index.html displayed normally. And many packages seemed to be very old!