cleaning
This commit is contained in:
@@ -104,7 +104,6 @@ export default {
|
||||
return this.$t(`event.recurrent_${freq}_days`, { days: weekDay })
|
||||
} else if (freq === '1m' || freq === '2m') {
|
||||
const monthDay = date.format('D')
|
||||
console.error('monthDay ', monthDay)
|
||||
|
||||
const n = Math.floor((monthDay - 1) / 7) + 1
|
||||
|
||||
|
||||
@@ -138,12 +138,11 @@ import { mapState } from 'vuex'
|
||||
import EventAdmin from './eventAdmin'
|
||||
import EmbedEvent from './embedEvent'
|
||||
import FollowMe from '../../components/FollowMe'
|
||||
import moment from 'moment-timezone'
|
||||
import moment from 'dayjs'
|
||||
const htmlToText = require('html-to-text')
|
||||
|
||||
export default {
|
||||
name: 'Event',
|
||||
transition: null,
|
||||
components: { EventAdmin, EmbedEvent, FollowMe },
|
||||
async asyncData ({ $axios, params, error, store }) {
|
||||
try {
|
||||
@@ -317,7 +316,6 @@ export default {
|
||||
margin: 0 auto;
|
||||
max-height: 80vh;
|
||||
border-radius: 5px;
|
||||
transition: max-height .2s;
|
||||
transition: max-height 0.2s;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user