公告板
版本库
filestore
活动
搜索
登录
main
/
docManageSystem
研发图纸文件管理系统-前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
chore: add alert plugin for docs; :star2:
chenghongxing
2020-07-22
107d64fb06957380a9adabc7bd343793aca3c92a
[docManageSystem.git]
/
docs
/
.vuepress
/
plugins
/
alert
/
clientRootMixin.js
1
2
3
4
5
export default {
updated() {
this.$page.alert.top = 100
}
}