npm install --save vue-lunar-full-calendar //main.jsimportLunarFullCalendarfrom"vue-lunar-full-calendar";Vue.use(LunarFullCalendar); Js But you can also import the standalone component to add locally or for more complex installations. // index.vueimport{LunarFullCalendar}from"vue-lunar-full-cale...
// index.vue import { LunarFullCalendar } from "vue-lunar-full-calendar"; export default { components: { LunarFullCalendar } }; Important function 1、window.lunar(date) Use vue-lunar-full-calendar , You can use one function to get the date of a certain day. 2、lunarCalendar (default: ...
vue-lunar-full-calendar@1.3.2 5年前 src vue-lunar-full-calendar@1.2.8 5年前 static update version 6年前 .babelrc vue-lunar-full-calendar 1.2.6 5年前 .editorconfig first update 6年前 .eslintignore delete file 6年前 .eslintrc.js ...
// index.vueimport{LunarFullCalendar}from"vue-lunar-full-calendar";exportdefault{components:{LunarFullCalendar}}; Important function 1、window.lunar(date) Use vue-lunar-full-calendar , You can use one function to get the date of a certain day. ...