How does nuxt dynamically add xml namespaces to html tags

nuxt templates are automatically compiled and generated and cannot be added directly. How to dynamically add xml namespaces to html tags. For example: add
< html xmlns:wb= " http://weibo.com "> or how to add it directly using js.

Apr.21,2022

ide/views-sharp%E6%A8%A1%E6%9D%BF" rel=" nofollow noreferrer "> https://zh.nuxtjs.org/guide/v...

<template>
  ...
</template>

<script>
  export default {
    metaInfo: {
      title: 'My Example App', // set a title
      titleTemplate: '%s - Yay!', // title is now "My Example App - Yay!"
      htmlAttrs: {
        lang: 'en',
        amp: undefined // "amp" has no value
      }
    }
  }
</script>

https://github.com/declandewe...
https://github.com/declandewe...

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2e884-33fea.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2e884-33fea.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?