jws-frontend/src/components/03_customer-management/HistoryEditComponent.vue

13 lines
241 B
Vue
Raw Normal View History

2024-06-27 09:21:43 +07:00
<script setup lang="ts"></script>
<template>
<div
class="row full-width justify-center"
style="background: var(--indigo-0); height: 50px"
>
<div class="">asdasd</div>
</div>
</template>
<style lang="scss" scoped></style>