This PR implements a local version of the removed buttons in Laravel Nova.
The two buttons that were removed are
DangerButton
LoadingButton
The LoadingButton is imported into the Tool directly but the DangerButton is loaded using the method so needed to be imported into Vue so I imported using a different name just in-case the Nova team or another package implement it again.
This PR implements a local version of the removed buttons in Laravel Nova.
The two buttons that were removed are
The LoadingButton is imported into the Tool directly but the DangerButton is loaded using the method so needed to be imported into Vue so I imported using a different name just in-case the Nova team or another package implement it again.