0.0.5 • Published 4 years ago

@potjs/vue-layout v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

npm downloads license node

English | 中文

Install

npm install -S @potjs/vue-layout
# or
yarn add @potjs/vue-layout

Quickstart

<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

PropertyDescriptionTypeDefault
prefixCls-'pot'-
menuTheme-dark, light-
menuMode---
menuData---
menuIndent---
menuKey---
menuActive---
trigger---

Events

Event NameDescription
menuSelect-

Slots

NameDescription
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