Удалила лишние data() и computed в компонентах

This commit is contained in:
Daria Golova
2022-10-14 10:36:21 +03:00
parent 74a8e19037
commit a87c67d526
3 changed files with 0 additions and 6 deletions

View File

@@ -7,7 +7,6 @@
<script>
export default {
name: "CalendarLayoutSwitch",
props: {},
data() {
return {
selectedLayout: "day",