first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
to: "src/router/layouts/<%= h.changeCase.kebab(name) %>.vue"
|
||||
---
|
||||
<template>
|
||||
<div :class="$style.container">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss" module>
|
||||
@import '@design';
|
||||
|
||||
.container {
|
||||
min-width: $size-content-width-min;
|
||||
max-width: $size-content-width-max;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user