primevue-mirror/src/AppFooter.vue

9 lines
411 B
Vue
Raw Normal View History

<template>
<div class="content-section layout-footer clearfix">
2019-07-11 09:06:48 +00:00
<span>PrimeVUE 1.0.0-beta.5-SNAPSHOT</span>
<div class="footer-links">
<a href="https://github.com/primefaces/primevue"><i class=" icon-github fa fa-github-square"></i></a>
<a href="https://twitter.com/primevue"><i class="icon-twitter fa fa-twitter-square"></i></a>
</div>
</div>
</template>