vuepress-plugin-code-switcher icon indicating copy to clipboard operation
vuepress-plugin-code-switcher copied to clipboard

:arrows_clockwise: Component that adds synchronized multi-language code blocks to your Vuepress sites

Results 5 vuepress-plugin-code-switcher issues
Sort by recently updated
recently updated
newest added

This pull request addresses a CSS parse error reported by the W3C Validator. The issue was related to an incorrect display property value in the style attribute. The fix ensures...

When I import the plugin in the config.ts file and then use it in the plugins, I cannot build my project anymore. ``` import {codeSwitcherPlugin} from 'vuepress-plugin-code-switcher' plugins: [ codeSwitcherPlugin(),...

When I import the plugin in config.ts, it's making an error on the docs, ```ts import { codeSwitcherPlugin } from 'vuepress-plugin-code-switcher' export default defineUserConfig({ ... plugins: [ codeSwitcherPlugin() ], ......

Uncaught SyntaxError: The requested module '/openplatform/docs/@fs/D:/myWork/OpenPlatformProject/OpenPlatformV3/node_modules/tiny-emitter/instance.js?v=6fd05c13' does not provide an export named 'default' (at emitter.js?v=6fd05c13:1:8) My usage is import { codeSwitcherPlugin } from "vuepress-plugin-code-switcher"; plugins:[codeSwitcherPlugin()]

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