Vue examples don't build up <img width="516" alt="Screenshot 2020-01-23 at 14 27 51" src="https://user-images.githubusercontent.com/30186818/72988669-fe861e00-3dec-11ea-80bb-0c3a34b062d9.png"> #### Demo https://codesandbox.io/s/gracious-grass-cp54q Might be related with changes DefaultSettings to an arrow function Vue wrapper for Handsontable ``` - Handsontable.DefaultSettings = DefaultSettings; + Handsontable.DefaultSettings = metaSchemaFactory(); ``` and Vue wrapper is using DefaultSettings as a constructor: https://github.com/handsontable/vue-handsontable-official/blob/c501b0715e74f103ee5186840faf6c0fde03f8a1/src/helpers.ts#L77
Vue examples don't build up

Demo
https://codesandbox.io/s/gracious-grass-cp54q
Might be related with changes DefaultSettings to an arrow function Vue wrapper for Handsontable
and Vue wrapper is using DefaultSettings as a constructor: https://github.com/handsontable/vue-handsontable-official/blob/c501b0715e74f103ee5186840faf6c0fde03f8a1/src/helpers.ts#L77