-
I have this issue just right after setting up supabase with the tutorial https://supabase.nuxtjs.org/get-started
### Version
@nuxtjs/supabase: 0.3.6
nuxt: 3.0.0-rc.11
### Reproduction Link
ht…
-
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues)
## 基本信息
- **依赖包名 及 版本:** @arco-design/web-vue@2.43.2
- **框架版本:** …
-
Related to https://github.com/TaiBIF/camera-trap-vueapp/issues/126
若能有一 PUT endpoint 提供更新樣區名稱,使用者誤鍵名稱資訊就可以修改。
ghost updated
5 years ago
-
### Real usage
We have prose components which slightly different: `h1` - `h6`
We can make template component, that will accept original id and would have default slot, but with additional props (e.g…
-
## Current behavior
When using the `` component there's a `[Vue warn]` printed in the console: `injection "icons" not found.`.
## Expected behavior
No warning printed in the console if there'…
-
I wanted to use these drivers to serve my vue apps over valet ( I am already using valet for all my other web related projects )
I copied the drivers and valet linked my newly cli generated vue pro…
-
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
…
-
Getting an error :
```
[Vue warn]: Failed to resolve component: XyzTransition
```
My Setup:
```
"nuxt": "^3.3.1",
```
File: `anim-xyz.client.js`
```
import VueAnimXyz from '@animxyz/…
-
[2017-12-13T08_10_10_351Z-debug.log](https://github.com/npm/npm/files/1554659/2017-12-13T08_10_10_351Z-debug.log)
-
mavon-editor.client.ts
```js
import * as mavoneditor from 'mavon-editor';
import "mavon-editor/dist/css/index.css";
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(mavon…