@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="gw-div">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.gw-div {
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
justify-content: center;
|
||||
background-color: grey;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user