PHP Classes

File: resources/assets/js/components/Example.vue

Recommend this page to a friend!
  Classes of Ahmed Khan   PHP Realtime Chat with Laravel, Vue.js and Pusher   resources/assets/js/components/Example.vue   Download  
File: resources/assets/js/components/Example.vue
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Realtime Chat with Laravel, Vue.js and Pusher
Realtime chat application with an API and channels
Author: By
Last change:
Date: 2 years ago
Size: 336 bytes
 

Contents

Class file image Download
<template> <div class="container-fluid"> <div class="row"> <div class="col-md-6"> <ul class="list-group" id="list"> </ul> </div> </div> </div> </template> <script> export default { mounted() { console.log('Component mounted.') } } </script>