Improved slotCard UI
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
<v-card-actions>
|
||||
<v-spacer />
|
||||
<v-btn
|
||||
text
|
||||
color="primary"
|
||||
icon
|
||||
color="accent"
|
||||
@click.stop="$emit('ignore')"
|
||||
>
|
||||
Skip
|
||||
<v-icon>mdi-close</v-icon>
|
||||
</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
|
||||
@@ -40,7 +40,7 @@ export default {
|
||||
}, error => {
|
||||
if (error){
|
||||
console.error(error);
|
||||
snackbar(error);
|
||||
snackbar({text: error.reason || error.message || error.toString()});
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -63,7 +63,7 @@ export default {
|
||||
}, error => {
|
||||
if (error){
|
||||
console.error(error);
|
||||
snackbar(error);
|
||||
snackbar({text: error.reason || error.message || error.toString()});
|
||||
}
|
||||
});
|
||||
return `slot-child-${newPropertyId}`;
|
||||
|
||||
Reference in New Issue
Block a user