fix: remove redundant aliases
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import EventSummary from "@/components/datepicker/EventSummary";
|
||||
import EventSummary from "~/components/datepicker/EventSummary";
|
||||
export default {
|
||||
components: {
|
||||
EventSummary,
|
||||
//EventSummary: () => import('@/components/datepicker/EventSummary')
|
||||
//EventSummary: () => import('~/components/datepicker/EventSummary')
|
||||
},
|
||||
props: ["events", "months"],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user