-
### Environment
Nuxt project info:
------------------------------
- Operating System: Windows_NT
- Node Version: v18.12.1
- Nuxt Version: 3.6.2
- Nitro Version: 2.5.2
- Package M…
-
Hi! I've been trying to add Syntax Highlighting to my app, but I haven't found any resources describing how you are supposed to do this.
Could you show me an example of using this vue-markdown with…
-
### Describe the bug
When using bun to start, modifying the content of the config.mts file will get stuck at restarting the service
### Reproduction
1. `bun run docs:dev`
2. Visit any page
3. Mod…
-
line 108 in file src/editor.vue
```javascript
// Update model if text changes
this.quill.on('text-change', (delta, oldDelta, source) => {
let html = this.$refs.editor.children[0].innerHTML // …
-
## About Bug
I visited the latest Vue 3 [documentation](https://v3.vuejs.org/guide/) and saw a UI bug in the documentation related to code highlighter. I saw this probably due to my screen resolution…
-
## Description of the problem or steps to reproduce
When editing a .vue file syntax higlightin seems to be completely broken. A .vue file is broken up into three sections, one that holds HTML, one …
-
Windows 10 x64 LTSC
vue-language-server@0.0.60
Hi, I had already written a question in LSP section https://github.com/tomv564/LSP/issues/681, and I'm really don't know, in which repo I need to send …
kat0d updated
5 years ago
-
I have a single page app built using Vue.js which uses div elements with the contenteditable attribute for a couple of fields. Recently, we had a customer file a bug saying that these fields weren't e…
-
The documentation suggests the `` block will use whatever syntax is used for regular `.js` files, but I'm getting very different results in Vue SFC `` vs plain `.js` files. My default syntax is JavaSc…
-
Hi!
i cloned the pro, and yarn install. it's runed normal; But when i use `yarn test:v2`,i geted the error as follows:
![image](https://user-images.githubusercontent.com/41314419/133738623-fc46a…