Closed davidkartuzinski closed 5 years ago
Hi David, this package is for vuepress 1.x. For version 0.x you can use https://github.com/pskordilakis/vuepress-tabs. I created a different package when migrating the code to vuepress 1.x to follow the naming convention of the plugin system.
Yes yes... that did it. I was able to easily get it working with the correct version. Thank you very much for your very fast response.
First, thank you for your plugin. This will be very useful in our docs and I appreciate your time and efforts.
I am unable to get vuepress-plugin-tabs to work. I am currently running:
vuepress version: 0.14.9 vue tabs component version: 1.5.0 vuepress-plugin-tabs: 0.2.2
I searched everywhere for possible solutions.
Expected Behavior
I followed the instructions found in the
Readme.md
:My config file looks basically like this:
I then created an
index.styl
located in.vuepress/theme/styles/index.styl
and inside this added the@require
statement (it only has this line):I then required
index.styl
in mytheme.styl
, like so,When I add this CSS style in both the
index.styl
or thenode_modules/vuepress-plugin-tabs/dist/themes/default.styl
files, it is being found.Current Behavior
After following the above instructions, included restarting the server/app, I expect the tabs to appear when using the sample code provided.
Failure information
https://github.com/strapi/strapi is the project repo and specifically the
/docs
which is a Vuepress install.The tabs are simply not being registered.
I tried also in a totally different Repo https://github.com/FriendlyUser/vuepress-theme-cool-starter - as well and could not get tabs to work.
I suspect I have fundamentally misunderstood something. I am not getting any errors in the console or page.
I am running Vuepress 0.14.9 and tried updating it to 0.14.10 to see if that helped, but still the tabs do not work.
Thank you.