mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
22 lines
275 B
Vue
22 lines
275 B
Vue
<template>
|
|
<header class="header">
|
|
<div class="header__content">
|
|
<h1>123</h1>
|
|
</div>
|
|
</header>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'Header-Element-page',
|
|
data() {
|
|
return {
|
|
balance: 25000
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style> |