vyuan-ac-frame-vue
v0.0.1
Published
```text import home from "ac-frame-vue/index.vue"
Downloads
5
Readme
###使用方法 ####1. 路由文件引入ac-frame-vue/index.vue,路由component继承home
import home from "ac-frame-vue/index.vue"
export default [
{
path: '/',
name: 'home',
component: home,
children: []
}
]###2. js模块引入ac-frame-vue/frame.js
import Frame from 'ac-frame-vue/frame.js'