As vue is not exported as default, we will not be able to properly import it with just "import Vue from 'vue'". Instead we must import as "import * as Vue from 'vue'"
Since vue is not being imported properly projects dependent of av-ts gives a lot of vue error. To fix that error, vue imports has been corrected in this PR.
As vue is not exported as default, we will not be able to properly import it with just "import Vue from 'vue'". Instead we must import as "import * as Vue from 'vue'"
Since vue is not being imported properly projects dependent of av-ts gives a lot of vue error. To fix that error, vue imports has been corrected in this PR.