Skip to content

zq741235/vue-adoc

Repository files navigation

adoc

安装

npm install vue-adoc 

使用

// main.js
import Adoc from 'vue-adoc'
Vue.use(Adoc)
// app
<adoc :navs="[{
      "title": "快速开始",
      "list": [
      {
        "path": "/other/introduction",
        "name": "介绍"
      }]
  }]"
  :topOptions="{
  title:'UI'
  log:'xx.png'
}">
  <router-view />
</adoc>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published