Jared Eitnier

Results 7 comments of Jared Eitnier

FWIW I had to install the Steelseries Engine drivers for Windows and then PC and the MFI feeder properly recognized my Nimbus.

1. Are you reporting errors in the Exceptions\Handler.php? 2. How are you throwing exceptions? I'm on an AWS EC2 and with zero effort I have it all working as intended.

Just add the attribute yourself in the `ready` method of your component. So in your case: ``` window.Vuestrap = require('vue-strap/dist/vue-strap.min.js'); var app = new Vue({ mixins: [require('spark')], components: { 'datepicker':...

If I import the component like this: import { datepicker } from 'vue-strap' It puts the `name` attribute on the parent `div`.

Any update for this issue?

Using 2.1.10 and happens to me as well Error in nextTick: "TypeError: Cannot read property 'offsetWidth' of undefined" Found in Tooltip.vue