mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
3 lines
103 B
JavaScript
3 lines
103 B
JavaScript
import Vue from 'vue'
|
|
import VCalendar from 'v-calendar'
|
|
Vue.use(VCalendar, { componentPrefix: 'vc' })
|