修改nuxt3 root dom的id

2023-01-22

在app中设置rootId为自定义值

export default defineNuxtConfig({
  app: {
  rootId: "appId",
  }
});