-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
type: feature requestRequest to add a new featureRequest to add a new feature
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
mysticatea and zhangjing9898
Metadata
Metadata
Assignees
Labels
type: feature requestRequest to add a new featureRequest to add a new feature