feat: เพิ่ม compoent
This commit is contained in:
parent
65bfb23e52
commit
ac6475b56d
1 changed files with 13 additions and 0 deletions
13
src/components/ButtonAddCompoent.vue
Normal file
13
src/components/ButtonAddCompoent.vue
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<q-page-sticky position="bottom-right" :offset="[40, 18]">
|
||||
<q-fab padding="xs" icon="mdi-plus" direction="up" color="primary">
|
||||
<slot />
|
||||
|
||||
<!-- <q-fab-action padding="xs" color="primary" icon="mdi-account-plus" /> -->
|
||||
</q-fab>
|
||||
</q-page-sticky>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue