8.7.52 • Published 2 years ago
hsww-xka v8.7.52
EyeVue
这里是 Eye 的 Vue 实现,开发和服务于企业级后台产品
QuickStart
import Vue from "vue"
// @ts-ignore
import EyeHSww, { Theme } from "eye-vue/es/hsww";
import "eye-vue/es/style/index.less"
import "eye-vue/es/hsww/style/index.less"
import "eye-vue/es/hsww/style/skin/land/index.less"
import './src/style/base.less';
// @ts-ignore
import DingTalkPlugin from "eye-vue/es/plugin/dingtalk"
// @ts-ignore
import RouterConfig from "@/router.config";
Vue.use(EyeHSww,{
theme: Theme.land,
/**
* 扩展Vue属性
*/
plugins: {
"$login" : DingTalkPlugin
},
router:{
/**
* 路由设置
*/
routers: [
...RouterConfig.routers
],
},
})
Links
8.7.52
2 years ago
8.7.50
2 years ago
8.7.51
2 years ago
8.7.49
2 years ago
8.7.48
2 years ago
8.7.45
2 years ago
8.7.46
2 years ago
8.7.43
2 years ago
8.7.44
2 years ago
8.7.41
2 years ago
8.7.42
2 years ago
8.7.40
2 years ago
8.7.39
2 years ago
8.7.47
2 years ago
8.7.38
2 years ago
8.7.36
2 years ago
8.7.35
2 years ago
8.7.27
2 years ago
8.7.26
2 years ago
8.7.25
2 years ago
8.7.24
2 years ago
8.7.23
2 years ago
8.7.22
2 years ago
8.7.21
2 years ago