Files
vue-antd-admin-skeleton/docs/.vuepress/plugins/alert/clientRootMixin.js
2020-07-22 15:59:45 +08:00

6 lines
68 B
JavaScript

export default {
updated() {
this.$page.alert.top = 100
}
}