Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with chrome browser #791

Open
ricardo17coelho opened this issue Jan 20, 2023 · 1 comment
Open

Issue with chrome browser #791

ricardo17coelho opened this issue Jan 20, 2023 · 1 comment

Comments

@ricardo17coelho
Copy link

ricardo17coelho commented Jan 20, 2023

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

@ricardo17coelho
Copy link
Author

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant