mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-29 17:24:31 -04:00
feat(frontend): 🚧 CRUD Functionality
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<v-btn
|
||||
:color="btnAttrs.color"
|
||||
:color="color || btnAttrs.color"
|
||||
:small="small"
|
||||
:x-small="xSmall"
|
||||
:loading="loading"
|
||||
@@ -76,6 +76,10 @@ export default {
|
||||
type: String,
|
||||
default: null,
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user