Open GijsGoudzwaard opened 5 years ago
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.
ref="tabs"
:::: tabs ref="tabs" ::: tab title __markdown content__ ::: ::: tab javascript ``` javascript () => { console.log('Javascript code example') } ``` ::: ::::
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.