mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
v5.0.0 update
This commit is contained in:
10
resources/scripts/components/list/BaseList.vue
Normal file
10
resources/scripts/components/list/BaseList.vue
Normal file
@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div class="list-none">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name: 'List',
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user