export default {
 head(){
    return {
      title:"xxxx",
      meta:[{
        name:"description",
        hid:"description",
        content:'set page'
      }],
      link:[{
        rel:"",
        href:''
        }],
        script:[{
          src:''
        }]
    };
  }
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-02
  • 2022-01-18
  • 2021-05-25
  • 2021-07-18
  • 2021-09-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案