vue2 中 使用tui.calendar 记录

GIT地址
https://github.com/nhn/tui.calendar
国内:https://gitcode.com/aifengaopeng/tui.calendar.git
基本使用
1. 使用npm 安装
npm install @toast-ui/vue-calendar # latest version
npm install @toast-ui/vue-calendar@<version> # specific version
2. vue中引入使用
<template>
<Calendar
style="height: 600px"
:view="view"
:use-detail-popup="true"
:month="month"
:calendars="calendars"
:events="events"
:usage-statistics=

最低0.47元/天 解锁文章
712

被折叠的 条评论
为什么被折叠?



