Nuxt get Heading tag from API

后端 未结 0 1338
野趣味
野趣味 2021-02-12 18:22

I need to set OG:Tag from API

head() {
this.$axios
  .get(`............`)
  .then((response) => {
    this.og_title = response.data.message.course.course_name;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题