17 lines
No EOL
190 B
Vue
17 lines
No EOL
190 B
Vue
<template>
|
|
<div id=""></div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: `AnimateModal`,
|
|
components: {},
|
|
data() { return {};},
|
|
computed: {},
|
|
methods: {}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style> |