vue-code-highlight icon indicating copy to clipboard operation
vue-code-highlight copied to clipboard

Beautiful code highlighter as Vue.js component.

Results 19 vue-code-highlight issues
Sort by recently updated
recently updated
newest added

I'm using the component and the start of the first line is misaligned. ![image](https://user-images.githubusercontent.com/22573447/97917428-1f58a800-1d5d-11eb-94e8-6931c1c1b068.png) I have tried multiple things: * Using `` tags. * Using other css files from the...

I need to use the **directive** mode, however, it doesn't work. I noticed the codesandbox ([here](https://codesandbox.io/s/vue-code-highlight-example-63h5m)) has an example using the **directive** mode. You should just need to comment out...

help wanted

Hi, thanks for the work on this package, Im trying to link the files and use the directive but Im getting "Can't find variable VueCodeHighlight", what Im doing wrong? I...

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

``` import { createApp } from 'vue'; import App from './App.vue'; import vueCodeHighlight from 'vue-code-highlight'; const app = createApp(App); .use(vueCodeHighlight) .mount('#app'); ``` use `import 'prism-es6/components/prism-php';` in scf

Bumps [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp) and [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.4.0 to 6.4.1. Changelog Sourced from qs's changelog. 6.4.1 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies