vsf-capybara
vsf-capybara copied to clipboard
this.$Progress not defined
Current behavior
When I try and click any link in fresh capybara theme I get this error in console, it cannot resolve this.$Progress. Maybe it has something to do with the components not being registered properly? 464 ... Output of my console is this: https://i.imgur.com/zUMAh8z.png
Expected behavior
Show progress bar and get to desired page/product/etc.
Steps to reproduce the issue
- Install fresh current capybara theme
- changing theme in
tsconfig.json runing lerna bootstrap && yarn dev
Can you handle fixing this bug by yourself?
- [x] NO
Just posting for related information. It seems the develop branch of this repo has a few bugs related to missing references. (SfTab, SfFooterColumn, SfListItem, SfFooterColumn, SfBottomNavigationItem and the one most likely the culprit for this thread is: vue-progress-bar)
[Vue warn]: Unknown custom element: <vue-progress-bar> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <DefaultLayout> at src/themes/capybara/layouts/Default.vue