Vince Oveson

Results 2 issues of Vince Oveson

I recently had an exception thrown with the following message: ``` Undefined index: view_count ``` This led me to realize that the script assumes the existence of several indices. While...

From the [release notes](https://github.com/vuejs/vue-loader/releases/tag/v13.0.0) of vue-loader v 13.0.0: > Similarly, old CommonJS-style requires will also need to be updated: > ``` > > // before > const Foo = require('./Foo.vue')...