parent
c850cef711
commit
73b5c12927
40 changed files with 817 additions and 153 deletions
|
|
@ -31,10 +31,6 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
methods: {
|
||||
focus() {
|
||||
this.$slots.default[0].elm.focus();
|
||||
},
|
||||
|
||||
getDateText(time: string) {
|
||||
const date = new Date(time).getDate();
|
||||
const month = new Date(time).getMonth() + 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue