0.0.5 • Published 4 years ago
@potjs/vue-layout v0.0.5
English | 中文
Install
npm install -S @potjs/vue-layout
# or
yarn add @potjs/vue-layoutQuickstart
<template>
<PotLayout>
<template #default>your content</template>
<template #header>your header</template>
<template #footer>your footer</template>
</PotLayout>
</template>
<script setup>
import { PotLayout } from '@potjs/vue-layout';
</script>API
Props
| Property | Description | Type | Default |
|---|---|---|---|
| prefixCls | - | 'pot' | - |
| menuTheme | - | dark, light | - |
| menuMode | - | - | - |
| menuData | - | - | - |
| menuIndent | - | - | - |
| menuKey | - | - | - |
| menuActive | - | - | - |
| trigger | - | - | - |
Events
| Event Name | Description |
|---|---|
| menuSelect | - |
Slots
| Name | Description |
|---|---|
| default | - |
| logo | - |
| header | - |
| footer | - |
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1-beta.3
4 years ago
0.0.1-beta.2
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.2-beta.0
4 years ago
0.0.1-beta.1
4 years ago
0.0.1-beta.0
4 years ago