6 lines
68 B
JavaScript
6 lines
68 B
JavaScript
|
|
export default {
|
||
|
|
updated() {
|
||
|
|
this.$page.alert.top = 100
|
||
|
|
}
|
||
|
|
}
|