Your IP : 216.73.216.79


Current Path : /var/www/html/csm/node_modules/vue-particles/src/components/
Upload File :
Current File : /var/www/html/csm/node_modules/vue-particles/src/components/Foot.vue

<template>
  <footer class="footer text-center">
    <p class="white">
      created by creotip.io
    </p>
  </footer>
</template>
<script>
  export default {
    name: 'foot',
    data () {
      return {
        msg: 'This is footer!!!'
      }
    }
  }
</script>