-
Is the Article Editor compatible with Vue3? It'd be useful to know before I consider purchasing
-
my project like this
```vue
import { ref, onMounted } from 'vue';
import mermaid from 'mermaid';
import { convertToMermaid } from '@/utils/convertToMermaid.js';
const p…
-
I started a new dockware/dev:6.5.8.10 container, connected via docker exec and tried to build the administration:
```
services:
shopware:
image: dockware/dev:6.5.8.10
container_name: …
-
Page url: https://gridstackjs.com/demo/vue3js_v-for.html
When I add two grid, then remove one of them, the rest could not draggable.
Zen33 updated
1 month ago
-
I can't make it work in Vue3.
During render I got warning "Property "$createElement" was accessed during render but is not defined on instance."
Essentially _vm.$createElement is undefined.
Here'…
-
After updating to v1.7.0, I'm receiving this error in the console with my bar chart. My area charts do not cause this same error.
![Screenshot 2024-11-05 at 12 12 25 PM](https://github.com/user-att…
-
Hi, after adding vue3-openlayers as a plugin to a clean Nuxt project, the client bundle shows a large file (vue3-openlayers.es.js) of over 1MB. The same issue occurs when performing selected imports, …
-
文档中:“native-scope模式的功能和用法和native模式一样,唯一不同点在于native-scope模式下子应用的域名指向自身而非主应用”
这里的子应用的域名指的是什么 api 下的,子应用中的 window.host 指向还是主应用的域名啊。
还有无论 native 还是 native-scope,子应用调用 window.open 自动补全的域名是子应用的域名。
主应用:…
-
-
### UnoCSS version
0.63.4
### Describe the bug
I tried using presetIcons to customize the icon set, and I found that vscode's unocss syntax highlighting disappeared after customizing the icon set. …