1.去掉注释

Signed-off-by: 李福珍 <lifz0125@thundersoft.com>
This commit is contained in:
李福珍 2021-08-03 15:07:01 +08:00
parent 27830d0b65
commit 356217a395

View File

@ -26,12 +26,12 @@ globalThis.$globalT = null;
export default {
data: {
date: '', //The date displayed on the current page
time: '', //The time displayed on the current page
date: '',
time: '',
currentDate: '',
currentTime: '',
innerTitle: '', //Title information on the time frame
intervalFlag: '', //Timer flag
innerTitle: '',
intervalFlag: '',
dateAndTimeList: [],
dateAndTimeListData: 'dateAndTimeList',
},