10 lines
155 B
Vue
10 lines
155 B
Vue
<template>
|
|
<div class="close"></div>
|
|
</template>
|
|
<style lang="scss" scoped>
|
|
.close {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000;
|
|
}
|
|
</style>
|