minor
This commit is contained in:
@@ -74,8 +74,9 @@ export default {
|
||||
try {
|
||||
const ret = await this.$axios.$get('/event/import', { params: { URL: this.URL } })
|
||||
this.events = ret
|
||||
|
||||
// check if contain an h-event
|
||||
// this.$emit('imported', ret)
|
||||
this.$emit('imported', ret[0])
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
this.error = true
|
||||
|
||||
Reference in New Issue
Block a user