Closed
Description
we can't use async await by default with a custom components in doc
.vuepress
--components
----customcomponents.vue
async sendRequest(){
const response = await axios.post(this.url, JSON.parse(this.$refs.requestBody.innerText))
//do soomething
}
need a specific loader (babel i suppose).
Maybe a good thing to embed babel async await loader by default