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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/types](https://babel.dev/docs/en/next/babel-types) ([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-types)) | [`^7.24.0` -> `^7.24.5`](https://renovatebot.com/diffs/npm/@babel%2ftypes/7.24.0/7.24.5) |...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/vuejs/repl). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vue/language-service](https://togithub.com/vuejs/language-tools) ([source](https://togithub.com/vuejs/language-tools/tree/HEAD/packages/language-service)) | [`1.9.0-alpha.3` -> `2.0.19`](https://renovatebot.com/diffs/npm/@vue%2flanguage-service/1.9.0-alpha.3/2.0.19) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@volar/typescript](https://togithub.com/volarjs/volar.js) ([source](https://togithub.com/volarjs/volar.js/tree/HEAD/packages/typescript)) | [`~1.11.1` -> `~2.2.4`](https://renovatebot.com/diffs/npm/@volar%2ftypescript/1.11.1/2.2.4) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@volar/monaco](https://togithub.com/volarjs/volar.js) ([source](https://togithub.com/volarjs/volar.js/tree/HEAD/packages/monaco)) | [`~1.11.1` -> `~2.2.4`](https://renovatebot.com/diffs/npm/@volar%2fmonaco/1.11.1/2.2.4) |...

dependencies

Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per...

https://github.com/vuejs/repl/blob/331588acdbd01496f9a79102b1a16b08834b7e1a/src/transform.ts#L80

how i can add Tailwind in playground? the only way I found is to insert this code into the vue component: ``` const tailwindScript = document.createElement('script') tailwindScript.setAttribute('src', 'https://cdn.tailwindcss.com') document.head.appendChild(tailwindScript) ```...

It is difficult to start successfully, and it is also difficult to repair and debug, I am using @ vue/repl version 4.1.1 and vue version 3.4.21. Has anyone encountered it...