dockerize, composte, and various improvements
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
<script setup>
|
||||
defineProps({
|
||||
danger: {
|
||||
type: Boolean,
|
||||
required: true
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<li>
|
||||
<button
|
||||
@@ -7,12 +16,4 @@
|
||||
<slot />
|
||||
</button>
|
||||
</li>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
danger: Boolean,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
</template>
|
||||
Reference in New Issue
Block a user