Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

this.$Progress not defined #528

Open
1 task done
cafesk8 opened this issue Oct 27, 2020 · 1 comment
Open
1 task done

this.$Progress not defined #528

cafesk8 opened this issue Oct 27, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@cafesk8
Copy link

cafesk8 commented Oct 27, 2020

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

  1. Install fresh current capybara theme
  2. changing theme in tsconfig.json
  3. runing lerna bootstrap && yarn dev

Can you handle fixing this bug by yourself?

  • NO
@cafesk8 cafesk8 added the bug Something isn't working label Oct 27, 2020
@mrinc
Copy link

mrinc commented Oct 31, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants