chainInfo from server, routes, wallet rework
This commit is contained in:
19
src/components/PhoneCard.vue
Normal file
19
src/components/PhoneCard.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<v-card class="d-none d-md-block" :elevation="4">
|
||||
<slot/>
|
||||
</v-card>
|
||||
<v-container class="d-md-none">
|
||||
<slot/>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {useStore} from "@/store/store";
|
||||
|
||||
const s = useStore()
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@use "src/styles/vars" as *;
|
||||
</style>
|
||||
Reference in New Issue
Block a user