Описание изменений
This commit is contained in:
12
frontend/src/views/DashboardView.vue
Normal file
12
frontend/src/views/DashboardView.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div class="dashboard-view">
|
||||
<h1>Дашборд</h1>
|
||||
<p>Добро пожаловать в панель управления!</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'DashboardView'
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user