keep going with api porting in nuxt

This commit is contained in:
lesion
2019-04-23 13:45:52 +00:00
parent 35fa25c060
commit eed3896396
17 changed files with 191 additions and 136 deletions

View File

@@ -62,7 +62,7 @@
</template>
<script>
import api from '@/plugins/api'
// import api from '@/plugins/api'
import { mapActions, mapState } from 'vuex'
import moment from 'dayjs'
import Calendar from '@/components/Calendar'
@@ -110,7 +110,6 @@ export default {
if (event.tags) {
this.event.tags = event.tags.map(t => t.tag)
}
}
this.updateMeta()
},