0
0
Fork 0

Create base file for modal animation

This commit is contained in:
Tyler-A 2020-08-06 23:15:01 -06:00
parent 51ac618fff
commit 58f3b97bb3

View file

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