You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
And I am getting this error in console level VERBOSE
VM5390:3 [Vue tip]: Prop "onlyoneactive" is passed to component , but the declared prop name is "onlyOneActive". Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equivalents when using in-DOM templates. You should probably use "only-one-active" instead of "onlyOneActive".
method to disable one?
And I am getting this error in console level VERBOSE
VM5390:3 [Vue tip]: Prop "onlyoneactive" is passed to component , but the declared prop name is "onlyOneActive". Note that HTML attributes are case-insensitive and camelCased props need to use their kebab-case equivalents when using in-DOM templates. You should probably use "only-one-active" instead of "onlyOneActive".
thank you