16 lines
196 B
Vue
16 lines
196 B
Vue
|
<template>
|
||
|
<div
|
||
|
class="Flash"
|
||
|
ref="cunt"
|
||
|
/>
|
||
|
</template>
|
||
|
|
||
|
<script src="./flash.js"></script>
|
||
|
|
||
|
<style lang="scss">
|
||
|
@import '../../_variables.scss';
|
||
|
.Flash {
|
||
|
display: block;
|
||
|
}
|
||
|
</style>
|