fix: remove redundant aliases
This commit is contained in:
@@ -111,8 +111,8 @@
|
||||
<script>
|
||||
export default {
|
||||
components: {
|
||||
PickMonth: () => import("@/components/datepicker/PickMonth"),
|
||||
PickYear: () => import("@/components/datepicker/PickYear"),
|
||||
PickMonth: () => import("~/components/datepicker/PickMonth"),
|
||||
PickYear: () => import("~/components/datepicker/PickYear"),
|
||||
},
|
||||
props: ["date", "events", "mode", "vyear", "vmonth"],
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user