Added footer and basic stats page.
This commit is contained in:
@@ -12,6 +12,7 @@ import '../css/style.scss';
|
||||
|
||||
import Container from '../components/container/container.vue';
|
||||
import Icon from '../components/icon/icon.vue';
|
||||
import Footer from '../components/footer/footer.vue';
|
||||
|
||||
function formatDate(date, format = 'MMMM D, YYYY', precision = 'day') {
|
||||
if (precision === 'year') {
|
||||
@@ -39,6 +40,7 @@ function init() {
|
||||
Vue.mixin({
|
||||
components: {
|
||||
Icon,
|
||||
Footer,
|
||||
},
|
||||
watch: {
|
||||
pageTitle(title) {
|
||||
|
||||
Reference in New Issue
Block a user