WIP Начала делать выборку года

This commit is contained in:
Daria Golova
2023-06-19 18:01:54 +03:00
parent 93701c19bf
commit 7fbf5c4189
6 changed files with 241 additions and 89 deletions

View File

@@ -0,0 +1,17 @@
<template lang="pug">
</template>
<script>
export default {
name: "CalendarYears",
props: {},
data() {
return {};
},
computed: {},
methods: {},
};
</script>
<style scoped lang="sass"></style>