Update:Abs icon font and navbar to use icons

This commit is contained in:
advplyr 2022-12-03 12:06:24 -06:00
parent a0faf3f7d4
commit 6d9e902fe7
10 changed files with 120 additions and 8 deletions

View file

@ -0,0 +1,14 @@
<template>
<div>Latest</div>
</template>
<script>
export default {
data() {
return {}
},
watch: {},
computed: {},
methods: {}
}
</script>