0
0
Fork 0

Initialize base file for needed modals.

This commit is contained in:
Tyler-A 2020-08-07 00:43:45 -06:00
parent 70a1546d0b
commit 3a4ceaf430
2 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<template>
<div id=""></div>
</template>
<script>
export default {
name: ``,
components: {},
created() {},
data() { return {}},
computed: {},
methods: {}
}
</script>
<style>
</style>

View file

@ -0,0 +1,17 @@
<template>
<div id=""></div>
</template>
<script>
export default {
name: ``,
components: {},
data() { return {}},
computed: {},
methods: {}
}
</script>
<style>
</style>