How to edit vue components in nova 4 ? #4054
Unanswered
SupchickCode
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is not a general solution to editing the view files but I’ve created a small package that at least allows you to customize the content of the footer: https://github.com/wdelfuego/nova4-customizable-footer It works by updating the DOM after Nova’s been loaded; a general solution to replace/edit view templates before they’re being sent to the client would be awesome. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, how you can change the footer ?
In nova 3 you could publish blade files and change, but what about vue ?
Or you need to edit the component in the vendor folder and then publish it, but it's looks weird
Beta Was this translation helpful? Give feedback.
All reactions