commit | author | age | ||
9bcb19 | 1 | <template> |
I | 2 | <exception-page type="403" /> |
3 | </template> | |
4 | ||
5 | <script> | |
6 | import { ExceptionPage } from '@/components' | |
7 | ||
8 | export default { | |
9 | components: { | |
10 | ExceptionPage | |
11 | } | |
12 | } | |
13 | </script> | |
14 | ||
15 | <style scoped> | |
16 | ||
17 | </style> |