I am using a fairly recent babel setup with most plugins activated but it still cannot parse this syntax nor I am sure what does this syntax translates too.
Vue.use(ClientTable, [options = {}], [useVuex = false], [theme = 'bootstrap3'], [swappables = {}]);
What does the sequence of assignments inside square brackets - [options = {}], [useVuex = false], [theme = 'bootstrap3'], [swappables = {}]
mean?
Source: https://matanya.gitbook.io/vue-tables-2/installation