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
The toggle buttons in the Landing demo can't be unchecked in Chrome and Firefox. This issue is present on the online demo also.
Here's the console output in Firefox with a "serve" run :
[Vue warn]: Invalid prop: type check failed for prop "value". Expected Boolean, got Event found in ---> <BaseSwitch> at src/components/BaseSwitch.vue <CustomControls> at src/views/components/CustomControls.vue <Components> at src/views/Components.vue <FadeTransition> <App> at src/App.vue <Root> vue.runtime.esm.js:619 VueJS 22 warn assertProp validateProp updateChildComponent prepatch patchVnode updateChildren patchVnode updateChildren patchVnode updateChildren patchVnode updateChildren patchVnode patch _update updateComponent get run flushSchedulerQueue nextTick flushCallbacks
The text was updated successfully, but these errors were encountered:
Any hints or fix ?
Sorry, something went wrong.
I guess the issue is maybe because the "$listeners" is a kind of example placeholder.
Fix toggle BaseSwitch
08899be
Fix creativetimofficial#42 based on creativetimofficial#33
No branches or pull requests
The toggle buttons in the Landing demo can't be unchecked in Chrome and Firefox. This issue is present on the online demo also.
Here's the console output in Firefox with a "serve" run :
The text was updated successfully, but these errors were encountered: