-
## Environments
* Framework name: vue3
* Framework version: ^3.2.47
* Moveable Component version:^0.22.2
* Testable Address(optional):
## Description
Hello~
I'm using Moveable in vue3,
`cons…
-
I'm using swrv in Vue3 + Pinia project.
In the Pinia store there's the following code:
```
export const useClusterStore = defineStore('cluster', () => {
const clusters = ref()
// Omit f…
-
## Describe the bug
Hello everyone, I am onboarding on a new Vue3 project and I will use Chart.js (and its vue-chart-3 equivalent). I wanted to created a simple area chart with a gradient filling. Fo…
-
-很高兴没有人督促大家还在打卡
- 坚持的力量很可怕
- 今日面试题: https://github.com/su37josephxia/frontend-interview/issues/146
-
# RFC: Roadmap for React-ESI
We are seeking feedback on the proposed roadmap for React-ESI and welcome your suggestions to refine it. The items listed below are not ranked in any particular order, …
J3m5 updated
2 months ago
-
既然使用了Vue3.x版本,为什么还在使用Options API而不是官方推荐的Composition API?Vue3本身是使用TypeScript进行编译的,为什么还在大量使用JavaScript代码而不是对类型更加友好的TypeScript?下面是我写的Vue3..0 Composition API代码,本来想参考下你们的代码的组织结构,但现在感觉参考不到了:
```
export …
-
Hi,
We have been using your component for a while, and recently upgraded our project to vue3/tailwind CSS.
I have it all setup except for the submenus that are not able to slide out when the bar…
-
When I try to run tests that include imports of vue files I get this weird error message. btw there is no actual file `file.js`
@IlCallo just in case you also have an idea
also, this looks a bit li…
-
I have a very minimal setup where I am passing v-model a ref with an array of objects like { content: "Hello" }. The only other prop on the vuuri component is "drag-enabled". When dragging, the model …
-
**Describe the bug**
Writing stories involving Vue 3 plugins is made difficult by the reusing of the underlying app instance between stories. A typical usecase is to mock the vuex store and the route…