Recommend this page to a friend! |
Classes of Naif Alshaye | > | Nova PHP Server Monitor Login | > | resources/js/components/Card.vue | > | Download |
|
![]() |
<script> export default { props: ['card'], mounted() { Nova.request() .get('/nova-vendor/nova-login-monitor/slack', {}) .then(response => { }).catch(response => { }); } } </script> |