delete unused data

This commit is contained in:
ogerly 2022-05-02 17:36:37 +02:00
parent f0100831e9
commit 1625cd0325

View File

@ -35,20 +35,6 @@
</b-row> </b-row>
</footer> </footer>
</template> </template>
<script>
import CONFIG from '@/config'
export default {
data() {
return {
year: new Date().getFullYear(),
version: CONFIG.APP_VERSION,
hash: CONFIG.BUILD_COMMIT,
shortHash: CONFIG.BUILD_COMMIT_SHORT,
}
},
}
</script>
<style> <style>
.bi-telegram { .bi-telegram {
margin-top: -5px; margin-top: -5px;