creativetimofficial / bootstrap-vue-argon-dashboard

107 stars 514 forks source link

Documentation Is Outdated #5

Closed dwalraven21 closed 3 years ago

dwalraven21 commented 3 years ago

I just wanted to let you know that your documentation (https://www.creative-tim.com/learning-lab/bootstrap-vue/modal/argon-dashboard) is outdated, which can lead to some confusion when just getting started with the template. In the documentation a lot of the components are listed with the naming convention "b-" but registerd as "base-" for example "b-button", "b-modal" and "b-form-radio" show an error as not being properly registered, because they are actually registered as "base-button", "modal" and "base-radio". It's not impossible to figure out, but can lead to some initial frustation.