Open roblav96 opened 7 years ago
Thanks @roblav96! I'm currently in the middle of a slight refactor that will change things a bit (for the better) will keep you posted.
@snaptopixel Awesome! I'm very excited to see more out of this. Thanks mate!
Is this related at all to how the imports are done?
With latest Vue changes we're now supposed to import in TS like so:
import Vue from 'vue';
import Vuex from 'vuex';
@hworld Yes you are correct. You can no longer do import * as Vue from 'vue'
Thanks @roblav96 I'm close to finished with the refactor and will be releasing as a new project soon. I will keep you posted!
This one's weird :/
It's coming from
module.ts:6
but it clearly does callVue.use(Vuex);
before that.