Is there a way to pass globally options to vue-tabs-components?
I would like pass to every tabs by default ``useUrlFragment: false ```. I would like avoid floating my markdown files with settings of that. I think about something like that in configuration:
Hello,
Is there a way to pass globally options to vue-tabs-components?
I would like pass to every tabs by default ``useUrlFragment: false ```. I would like avoid floating my markdown files with settings of that. I think about something like that in configuration:
As I understand correclty only one supported options is for
dedupeIds
( https://github.com/pskordilakis/vuepress-plugin-tabs/blob/49e2c00afac1d1f6588bc8f992d7984d3c47f06d/src/util.js#L37 ).Are works carried out in this area? If so, what is ETA? If not, will an external contribution be accepted?