0.1.6 • Published 5 years ago

vue-adoc v0.1.6

Weekly downloads
25
License
-
Repository
-
Last release
5 years ago

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>
0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago