clientRootMixin.js 68 B

12345
  1. export default {
  2. updated() {
  3. this.$page.alert.top = 100
  4. }
  5. }