You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()]
The text was updated successfully, but these errors were encountered:
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()]
The text was updated successfully, but these errors were encountered: