Create base file for modal animation
This commit is contained in:
parent
51ac618fff
commit
58f3b97bb3
1 changed files with 17 additions and 0 deletions
17
src/components/ModalAnimate.vue
Normal file
17
src/components/ModalAnimate.vue
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<template>
|
||||||
|
<div id=""></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: `AnimateModal`,
|
||||||
|
components: {},
|
||||||
|
data() { return {};},
|
||||||
|
computed: {},
|
||||||
|
methods: {}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue