PHP Classes

File: resources/js/components/Card.vue

Recommend this page to a friend!
  Classes of Naif Alshaye   Nova PHP Server Monitor Login   resources/js/components/Card.vue   Download  
File: resources/js/components/Card.vue
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nova PHP Server Monitor Login
Track users logging in your system via Slack
Author: By
Last change:
Date: 5 years ago
Size: 241 bytes
 

Contents

Class file image Download
<script> export default { props: ['card'], mounted() { Nova.request() .get('/nova-vendor/nova-login-monitor/slack', {}) .then(response => { }).catch(response => { }); } } </script>