Spaces:
Running
Running
| <template> | |
| <router-view /> | |
| </template> | |
| <script> | |
| export default { name: 'App' } | |
| </script> | |
| <style> | |
| html, body, #app { | |
| height: 100%; | |
| } | |
| body { | |
| margin: 0; | |
| } | |
| </style> | |