-
**When using Nuxt 3 with Supabse I get the following errors in the web app page, within the VS Code terminal and in the VS Code editor.**
// VS Code editor error
`Cannot find name 'useSupabaseClie…
-
Originally, I wanted to make an online code editor, so I looked for inspiration on this site。 You need to write some bad grammar to show the mistakes deliberately:
![Snipaste_2024-08-16_16-44-38](h…
-
@welives 由于 vitepress-code-preview 插件内置的 Playground,Import Map 只有 `vue`/`vue/server-renderer` 这两个依赖包,如果demo里面依赖了其他包会导致报错。
复现地址:[https://opentiny.github.io/fluent-editor/docs/basic-usage](https://op…
kagol updated
2 months ago
-
### Version
5.5.1
### Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=doc-example%2Fmix-timeline-all&edit=1&reset=1&version=5.5.1
### Steps to Reproduce
Add code…
-
##### Expected behavior.
html.set can be called on initialized event
##### Actual behavior.
html seems to be not ready yet
##### Steps to reproduce the problem.
This problem comes from: https…
-
### Describe the bug
Bullet list option adds a numbered list. Also discussed here:
https://github.com/orgs/primefaces/discussions/1841
### Reproducer
https://stackblitz.com/edit/primevue-3-vite-is…
-
### Describe the bug
Hello,
if this code is in nuxt.config.ts, the updatePreset() method aint working anymore:
```
build: {
transpile: ['nuxt', 'primevue', 'formkit-primevue']
},
```
…
Ed1ks updated
3 weeks ago
-
```js
const plugins = [
// wangEditor-降级开启模式下
{
jsBeforeLoaders: [
{
callback: (appWindow) => {
Object.defineProperties(appWindow, {
Selection: {
…
-
### Vue - Official extension or vue-tsc version
Vue - Official extension
### VSCode version
1.94.1
### Vue version
2.6.14
### TypeScript version
5.6.2
### System Info
```shell
System:
OS…
-
I was trying to implement a custom handler for image loading, which gave me the following error:
quill.js?v=ad3ea11b:12611 Uncaught TypeError: Cannot read properties of null (reading 'offset')
…