update 增加了开发文档的编写
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
<template>
|
||||
<section :class="$root.global.settings.container || 'container-fluid'">
|
||||
<section :class="mode || $root.global.settings.container || 'container-fluid'">
|
||||
<slot />
|
||||
</section>
|
||||
</template>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
mode: {
|
||||
type: String,
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user