Initialize base file for needed modals.
This commit is contained in:
parent
70a1546d0b
commit
3a4ceaf430
2 changed files with 35 additions and 0 deletions
18
src/components/modals/DetailedTrack.vue
Normal file
18
src/components/modals/DetailedTrack.vue
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<template>
|
||||
<div id=""></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: ``,
|
||||
components: {},
|
||||
created() {},
|
||||
data() { return {}},
|
||||
computed: {},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue