handsontable/examples

Vue examples don't build up

Opened this issue · 0 comments

Vue examples don't build up
Screenshot 2020-01-23 at 14 27 51

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