| Current Path : /var/www/html/mswp/node_modules/vue-particles/src/components/ |
| Current File : /var/www/html/mswp/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>