1.0.5 • Published 2 years ago

geekplus-portal v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

geekplus-portal

npm license

Install

npm i geekplus-portal

Usage

import GeekplusPortal from 'geekplus-portal'
import "geekplus-portal/style.css"

Vue.use(GeekplusPortal)

Use in the vue page

<template>
  <div id="app">
    <geekplus-portal>
      <template #default>首页各个系统自定义部分</template>
      <template #pageArea>
        <!-- 显示当前系统路由页面 -->
        <router-view />
      </template>
    </geekplus-portal>
  </div>
</template>

license

ISC

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago