可打印的 Vue 完整日历?
Printable Vue Full Calendar?
我们正在将旧的完整日历 (FC) 实现移植到 vue,并试图恢复我们使用的可打印功能。但是在检查 FC 节点模块时,我没有看到任何与打印相关的 CSS。
经过几次 Google 搜索都没有结果,一想到必须自己编写代码,我就开始有点紧张。
这里有我遗漏的部分吗?也许我在 documentation 中错过了一个单独的节点模块?
https://fullcalendar.io/docs/upgrading-from-v3 的升级指南说
No need to use a separate tag for a print-only stylesheet. It will be automatically included within the normal core/main.css, by use of media queries
因此,基于 v4 中的内容,您应该能够在不包含任何额外文件的情况下默认正确打印。
我们正在将旧的完整日历 (FC) 实现移植到 vue,并试图恢复我们使用的可打印功能。但是在检查 FC 节点模块时,我没有看到任何与打印相关的 CSS。
经过几次 Google 搜索都没有结果,一想到必须自己编写代码,我就开始有点紧张。
这里有我遗漏的部分吗?也许我在 documentation 中错过了一个单独的节点模块?
https://fullcalendar.io/docs/upgrading-from-v3 的升级指南说
No need to use a separate tag for a print-only stylesheet. It will be automatically included within the normal core/main.css, by use of media queries
因此,基于 v4 中的内容,您应该能够在不包含任何额外文件的情况下默认正确打印。