| <script setup> | |
| import BenchmarkDashboard from './components/BenchmarkDashboard.vue' | |
| </script> | |
| <template> | |
| <div id="app"> | |
| <BenchmarkDashboard /> | |
| </div> | |
| </template> | |
| <style> | |
| #app { | |
| width: 100%; | |
| min-height: 100vh; | |
| background: #f9fafb; | |
| } | |
| </style> | |
| <script setup> | |
| import BenchmarkDashboard from './components/BenchmarkDashboard.vue' | |
| </script> | |
| <template> | |
| <div id="app"> | |
| <BenchmarkDashboard /> | |
| </div> | |
| </template> | |
| <style> | |
| #app { | |
| width: 100%; | |
| min-height: 100vh; | |
| background: #f9fafb; | |
| } | |
| </style> | |