-
**Is your feature request related to a problem? Please describe.**
It would be helpful to draw charts inside the Notes app
**Describe the solution you'd like**
Integrate https://github.com/bcakmako…
-
I can't just use a plain string for logLevel. It leads to TypeScript errors. I have to do:
```
import VueLogger from 'vuejs3-logger'
import { LogLevels } from 'vuejs3-logger/dist/enum/log-levels'…
-
### Description
I'd like to build my components, but there's no compiler that accepts vue3-syntax (e.g. multiple root elements)
### Describe the solution you'd like
I'd love to see an officia…
-
Does any tried that with VueJs3 ?
I am getting only : `createElement is not a function` when trying adding a styled component into the template.
-
-
Installed it for my VueJS3 project with npm without problem, imported it in my component, but I get error message.
![image](https://user-images.githubusercontent.com/19785727/126116356-6d32cfde-ab8…
-
**Information:**
- Prism version: 1.29.0
- Plugins:
prism-line-numbers,
prism-show-invisibles,
prism-normalize-whitespace,
prism-copy-to-clipboard,
prism-unescaped-markup
- Envi…
-
按项目描述是可以打开项目文件的,但是想本地调试看项目运行的逻辑学习一下. 好像packjson中少一项类似"start":"electron ."的命令运行,用run dev跑起来也会报 "进程已结束,退出代码为 -1073741819 (0xC0000005)",刚学习这个,希望大佬看到解答.
-
I've experimented with a few different topbar date format configurations. It appears now - Thursday 16 November
and this is how I want it - Thursday November 16
Is it possible to modify …
dekts updated
10 months ago
-
i would like to use [`vuejs3-logger`](https://github.com/MarcSchaetz/vuejs3-logger) with my quasar app.
i translated the setup to this boot file:
```js
import { boot } from 'quasar/wrappers'
i…