5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
window.PageError = {
|
|
template: '#page-error',
|
|
mixins: [window.windowMixin]
|
|
}
|