Initialize component for the Modals.
This commit is contained in:
parent
f5f63dc350
commit
594262e657
1 changed files with 17 additions and 0 deletions
17
web/src/components/Modal.vue
Normal file
17
web/src/components/Modal.vue
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<template>
|
||||||
|
<div></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: ``,
|
||||||
|
components: {},
|
||||||
|
computed: {},
|
||||||
|
methods: {},
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
@import "css/theme.css";
|
||||||
|
@import "css/style.css";
|
||||||
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue