-
Currently, I'm working on a **Nuxt3** app and wanted to implement a small feature that will use localStorage...
My app is in typescript, and unfortunately, I wasn't able to load types:
See the err…
-
@samijaber @steve8708 PLEASE HELP 🙏
I recently opened a support ticket via email but that did not result in sufficient resolution or a way forward. Is there any update on the stability of the SDK f…
-
I have converted nuxt2 store/index.js to nuxt3 store as below
store/index.js
```
const state = () => ({
counter: 0
})
const getters = {
getCounter(state) {
return state.counter
…
-
## bug 描述
*请输入内容……*
## 你预期的样子是?
*请输入内容……*
## 系统和浏览器及版本号
- 操作系统
- 浏览器和版本
## wangEditor 版本
*请输入内容……*
## demo 能否复现该 bug ?
能/不能
- 中文 demo https://www.wangeditor.com/demo/
-…
-
Can you please tell me what could be causing this error?
https://github.com/thefubon/nuxt3-starter/blob/master/components/app/LinkItem.vue
### In Console
```console
{ …
-
### Describe the bug
I load my global styles as a main.css in histoire.setup.ts like `import './assets/css/main.css';`. However, these global styles get overwritten by Histoire's Tailwind reset sty…
-
I think we need to change the filename extension to mjs or add `"type":"module"` to package.json
```
Named export 'DatePicker' not found. The requested module 'v-calendar' is a CommonJS module, wh…
-
First and foremost: great initiative! I'm loving this! (after seeing nuxt3's *auto imports* implementation)
The power of `auto imports` in my eyes are how frictionless it is to just drop a new file…
-
While implementing UAL-anchor for a project (Nuxt3), I found that adding this package doubles the size of our codebase. As its core functionality, it would be included in the main module. There is a p…
-
### A clear and concise description of what the feature is
A VueJS Blocks renderer component
### Why should this feature be included?
Not all front projects use React ;)
### Please provide an exam…