vue项目中回显当前时间的农历时间


npm安装

npm install --save chinese-lunar-calendar
vue中用法

   
{{nowTime}}
{{nowDate}}
农历:{{getLunarDay.dateStr}}
vue