forked from AkkomaGang/akkoma-fe
clean up
This commit is contained in:
parent
6084a5b6fe
commit
d3a6c030f8
2 changed files with 10 additions and 11 deletions
|
@ -1,10 +0,0 @@
|
|||
const Modal = {
|
||||
props: {
|
||||
isOpen: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export default Modal
|
|
@ -9,7 +9,16 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script src="./modal.js"></script>
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
isOpen: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.modal-view {
|
||||
|
|
Loading…
Reference in a new issue