mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 15:29:26 +00:00
Edit functionality added to frontend.
This commit is contained in:
parent
9e0337a2be
commit
05a5cb8325
5 changed files with 88 additions and 30 deletions
|
|
@ -12,7 +12,7 @@
|
|||
</template>
|
||||
|
||||
<script setup>
|
||||
import { computed, onMounted } from 'vue'
|
||||
import { computed } from 'vue'
|
||||
|
||||
const props = defineProps({
|
||||
href: String,
|
||||
|
|
@ -83,10 +83,10 @@ button,
|
|||
}
|
||||
|
||||
&:hover {
|
||||
@apply !text-white;
|
||||
@apply text-white;
|
||||
|
||||
svg {
|
||||
@apply !stroke-white;
|
||||
@apply stroke-current;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue