repl icon indicating copy to clipboard operation
repl copied to clipboard

Vue SFC REPL as a Vue 3 component

Results 68 repl issues
Sort by recently updated
recently updated
newest added

I am using VUE-CLI (lastest version) , with newest vue(3.4.5), code can work in 3.3.x, I can't migrate to vite because some history issue.. errors: ``` error in ./node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js Module...

I find that repl vue's custom logs are quite limited in terms of functionality. They don't have `console.log`, `console.time`... so I would like to suggest `chobitsu` as a custom log...

hello, Thanks for the great project. I used it as a base for Vue support on my project ([LiveCodes](https://github.com/live-codes/livecodes) - an open-source client-side code playground for 80+ frameworks/languages). https://livecodes.io/?template=vue I...

Hi there, Excellent framework and REPL library. I'm an enthusiastic user of Vue. I'm authoring a library of vue components to be used in many projects in my company. I'm...

enhancement
help wanted

When using npm package without `.d.ts` in itemself, such as `lodash`, the definition of the package is not work. I think it shoulld be point to `@types/lodash`

monaco

Not just a custom modified version

enhancement

I'd like to fix this error (I try to use `compile()`): ``` Runtime compilation is not supported in this build of Vue. Use "vue.esm-browser.js" instead. at ```

https://play.vuejs.org/#__SSR__eNp9kM9uAiEQxl9lQg9q0rD3hm7S9AWa1ONecBeVyL8ss3owvrsDaGSNEQ7MMN/8GL4z+wmBHyfFvpiI/agDQlQ4hbZz2gY/Ivx6G2A7egsL3qQkyRedE03Rk5ISVDYYiYoy8T/FoFxMcYcitVAEtOoKdFh2EYiMbqEIk/ZOhI+tNGYj+8ONUpbxctBuxzl/tDTVFBnd1A9S/THLW/wTe8adMasK+2R3c154CfIkNYJTJ/gjK3VUy+W4gu8Wzkmz1lb5Cenqspo5O/N10Mc8Y7/XZsgfisYjWZeP1FcU9VSXK0sJoe0= It works fine locally in the `vue/core` source code, but the online version will report an error

bug