vuepress icon indicating copy to clipboard operation
vuepress copied to clipboard

Accessing url with anchors has a wireframe at the title

Open Poorunga opened this issue 3 years ago • 0 comments

  • [x] I confirm that this is an issue rather than a question.

Bug report

Steps to reproduce

Visiting a vuepress website via an anchored url will have a wireframe at the title, like: image

You can try it at: https://edgemesh.netlify.app/guide/getting-started.html#getting-started

What is expected?

Is it possible without this wireframe?

Other relevant information

  • Output of npx vuepress info in my VuePress project:
$ npx vuepress info
npx vuepress info

  System:
    OS: Linux 4.18 CentOS Linux 8
    CPU: (8) x64 Intel(R) Xeon(R) Gold 6266C CPU @ 3.00GHz
    Memory: 3.95 GB / 15.46 GB
    Shell: 4.4.19 - /bin/bash
  Binaries:
    Node: 14.17.5 - /usr/bin/node
    Yarn: 1.22.11 - /usr/bin/yarn
    npm: 6.14.14 - /usr/bin/npm
  Utilities:
    Git: 2.27.0 - /usr/bin/git
  Browsers:
    Chrome: Not Found
    Firefox: Not Found
  npmPackages:
    @vuepress/bundler-vite: Not Found
    @vuepress/bundler-webpack:  2.0.0-beta.24 
    @vuepress/cli:  2.0.0-beta.24 
    @vuepress/client:  2.0.0-beta.24 
    @vuepress/core:  2.0.0-beta.24 
    @vuepress/markdown:  2.0.0-beta.24 
    @vuepress/plugin-active-header-links:  2.0.0-beta.24 
    @vuepress/plugin-back-to-top:  2.0.0-beta.24 
    @vuepress/plugin-container:  2.0.0-beta.24 
    @vuepress/plugin-debug: Not Found
    @vuepress/plugin-docsearch: ^2.0.0-beta.24 => 2.0.0-beta.24 
    @vuepress/plugin-git:  2.0.0-beta.24 
    @vuepress/plugin-google-analytics: Not Found
    @vuepress/plugin-medium-zoom:  2.0.0-beta.24 
    @vuepress/plugin-nprogress:  2.0.0-beta.24 
    @vuepress/plugin-palette:  2.0.0-beta.24 
    @vuepress/plugin-prismjs:  2.0.0-beta.24 
    @vuepress/plugin-pwa: Not Found
    @vuepress/plugin-pwa-popup: Not Found
    @vuepress/plugin-register-components: Not Found
    @vuepress/plugin-search: Not Found
    @vuepress/plugin-shiki: Not Found
    @vuepress/plugin-theme-data:  2.0.0-beta.24 
    @vuepress/plugin-toc: Not Found
    @vuepress/shared:  2.0.0-beta.24 
    @vuepress/theme-default:  2.0.0-beta.24 
    @vuepress/utils:  2.0.0-beta.24 
    vue:  3.2.6 
    vue-loader:  16.5.0 
    vue-router:  4.0.11 
    vuepress: ^2.0.0-beta.24 => 2.0.0-beta.24 
    vuepress-vite: Not Found

Poorunga avatar Feb 07 '22 01:02 Poorunga