This website works better with JavaScript.
Explore
Help
Register
Sign In
caoliancun
/
vue-antd-admin-skeleton
Watch
1
Star
0
Fork
You've already forked vue-antd-admin-skeleton
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
vue+antd 后台管理框架
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
563
Commits
1
Branch
0
Tags
3.7 MiB
Tag:
Branch:
Tree:
a9b3da4d19
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a9b3da4d19'
${ noResults }
vue-antd-admin-skeleton
/
docs
/
.vuepress
/
plugins
/
alert
/
clientRootMixin.js
6 lines
68 B
Raw
Normal View
History
Unescape
Escape
chore: add alert plugin for docs; :star2:
4 years ago
export
default
{
updated
(
)
{
this
.
$page
.
alert
.
top
=
100
}
}