-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Add Laravel Nova 4 support #76
Comments
plus one for this. Nova 4 has dependent fields but they aren't great for grouping fields like this package works well for. |
This comment was marked as duplicate.
This comment was marked as duplicate.
1 similar comment
This comment was marked as duplicate.
This comment was marked as duplicate.
I have update some package to support nova4 but seems the maintainer is not active anymore. |
Hey @anditsung, thanks, haven't got a nova4 license myself yet to be able to understand what changes need to be done... |
i have check the package... |
|
@stonkeep I think what he meant was that that before you could do: const instance = new Vue()
instance.$on('something', () => {})
instance.$emit('something') |
seems the problem is here
i can get the parent using this.$parent |
As a reminder I wanted to say that Nova released a new version (v4). Upgrade guide.
The text was updated successfully, but these errors were encountered: