pskordilakis/vuepress-plugin-tabs

The ref attribute gets removed

Opened this issue · 0 comments

When I use the tabs example from the readme and add ref="tabs" to the tabs container, it gets removed when I load the page.

:::: tabs ref="tabs"

::: tab title
__markdown content__
:::


::: tab javascript
``` javascript
() => {
  console.log('Javascript code example')
}
```
:::

::::