chore: add trailingComma
This commit is contained in:
@@ -41,23 +41,23 @@ export default {
|
||||
title2: '简单模式',
|
||||
title3: '显示省略号',
|
||||
prevText: '上一页',
|
||||
nextText: '下一页'
|
||||
nextText: '下一页',
|
||||
},
|
||||
'en-US': {
|
||||
title2: 'Simple Mode',
|
||||
title3: 'Show ellipses',
|
||||
prevText: 'Prev',
|
||||
nextText: 'Next'
|
||||
}
|
||||
nextText: 'Next',
|
||||
},
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
currentPage1: 1,
|
||||
currentPage2: 1,
|
||||
currentPage3: 1
|
||||
currentPage3: 1,
|
||||
};
|
||||
}
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user