nuxt/vue-meta

Issue with chrome browser

ricardo17coelho opened this issue · 1 comments

Is not working on chrome browser (tested with Version 109.0.5414.87 MacOS)

Firefox Developer Editon 110.0b3 (64-Bit) MacOS works.

import VueMeta from 'vue-meta';

Vue.use(VueMeta, {
  // optional pluginOptions
  refreshOnceOnNavigation: true
});
  metaInfo() {
    return {
      title: this.option?.title,
      titleTemplate: '%s - Test',
      link: [
        {
          hid: 'icon',
          rel: 'icon',
          type: 'image/svg',
          href: `/images/${this.tabIcon}`
        }
      ]
    };
  }

Chrome:

  • shows the default icon

Firefox:
Screenshot 2023-01-20 at 12 53 35