add init deploy files

This commit is contained in:
Hepatica
2023-11-24 01:38:51 +01:00
parent 90ba264d1b
commit 55bcdf78fe
5 changed files with 49 additions and 20 deletions

View File

@@ -1,3 +1,17 @@
<script>
import '@/assets/css/ComponentsStyles/header.css'
// import { myFunction } from '@/assets/js/AuthService.js';
export default {
name: 'Header-Element-page',
data() {
return {
balance: 25000,
auth: false
}
}
}
</script>
<template>
<header class="header">
<div class="header__content">
@@ -39,20 +53,6 @@
</header>
</template>
<script>
import '@/assets/css/ComponentsStyles/header.css'
export default {
name: 'Header-Element-page',
data() {
return {
balance: 25000,
auth: false
}
}
}
</script>
<style scoped>
</style>