Merge pull request #75 from dderbentsov/UC-26

Удалил HomePage, фикс пропсов
This commit is contained in:
frontgavrilin
2022-10-27 18:36:24 +03:00
committed by GitHub
3 changed files with 2 additions and 19 deletions

View File

@@ -1,9 +0,0 @@
<template lang="pug">
div HomePage
</template>
<script>
export default {
name: "TheHome",
};
</script>