mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 12:41:10 -04:00
v6 update
This commit is contained in:
12
resources/scripts/customer/views/BaseCheckon.vue
Normal file
12
resources/scripts/customer/views/BaseCheckon.vue
Normal file
@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div class="h-10 w-20 bg-gray-100">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user