We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buefy version: 0.1.4 Vuejs version: 3.4.37 OS/Browser: Windows 10 / Firefox / Chrome
The programmatic modal dialog can not resolve the custom buefy components.
BuefyModal.vue (the modal dialog)
BuefyNavigation.vue (opens the modal dialog on click)
Error in Browser Console
Browser Inspector HTML:
You can use the example of the programmatic modal from the documentation (see https://v3.buefy.org/documentation/modal#programmatic)
The b-button element should be rendered as a button. The b-button element should be replaced by a div that has the css class .b-button.
The html of the modal dialog is not correctly processed by buefy and can't be rendered by the browser.
The text was updated successfully, but these errors were encountered:
Just in case anyone has the same problem. The problem and a workaround is discussed here: #152
Sorry, something went wrong.
No branches or pull requests
Overview of the problem
Buefy version: 0.1.4
Vuejs version: 3.4.37
OS/Browser: Windows 10 / Firefox / Chrome
Description
The programmatic modal dialog can not resolve the custom buefy components.
BuefyModal.vue (the modal dialog)
BuefyNavigation.vue (opens the modal dialog on click)
Error in Browser Console
Browser Inspector HTML:
Steps to reproduce
You can use the example of the programmatic modal from the documentation (see https://v3.buefy.org/documentation/modal#programmatic)
Expected behavior
The b-button element should be rendered as a button. The b-button element should be replaced by a div that has the css class .b-button.
Actual behavior
The html of the modal dialog is not correctly processed by buefy and can't be rendered by the browser.
The text was updated successfully, but these errors were encountered: