mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
add init deploy files
This commit is contained in:
0
luckydiamond/src/assets/js/AuthService.js
Normal file
0
luckydiamond/src/assets/js/AuthService.js
Normal 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>
|
||||
Reference in New Issue
Block a user