mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-01 05:40:41 +08:00
add fullcalendar
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<template>
|
||||
<VCalendar ref="calendar" v-model="start" :type="type" :end="end" color="primary"></VCalendar>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue';
|
||||
import FullCalendarView from '@/views/subscribe/FullCalendarView.vue';
|
||||
|
||||
const start = ref('2019-01-01');
|
||||
const end = ref('2019-01-06');
|
||||
const type = ref('month');
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<FullCalendarView/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user