-
**When a user uploads an image, I convert it to base64 and then crop it.**
**Upload Image Code**
```
const reader = new FileReader();
reader.onload = (event) => {
this.uploadImage = event.ta…
-
node_modules/vue-cropper/lib/index.ts:1:24 - error TS7016: Could not find a declaration file for module './vue-cropper.vue'. 'E:/Workspaces/zcode/zcode-ui/node_modules/vue-cropper/lib/vue-cropper.vue'…
-
nuxt3我全局导入了插件,nuxtApp.vueApp._context.components里面有VueCropper,但是我在页面上使用,ref获取不到这个,元素里面也渲染不出来
-
如题,vue3项目,"vue-cropper": "^1.1.3"。去掉h函数导入就正常了。
顺便一提可否提供ts类型声明,现在只能让lang是js
-
I want to add width and height of cropped image, is it supported. I did checked https://github.com/timtnleeProject/vuejs-clipper#clipper-basic but there is no option for it.
I don't want to use con…
-
您好,我在使用组件时,点击保存会提示错误如下,
![default](https://user-images.githubusercontent.com/26342068/38544744-e4223cc0-3cda-11e8-8681-9051234816ee.png)
请问是什么原因呢?
我的使用方法如下:
```
设置头像
import "babe…
-
1. How to authenticate with Vue3 (username/password, Oauth like Google)
2. Already made components for Vue3
- Tinder-like component
- etc
3. Is is "easy" to transform a Vue3 app into a mo…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
**Question (问题描述)**
加载基础组件有问题,为undefined 。我看了这个问题,没什么思路:https://github.com/vueComponent/ant-design-vue-pro/issues/592
![image](https://user-images.githubusercontent.com/15826317/116202454-31942b80…
-
Hello,
I am migrating Vue2 application from Webpack to Vite and I am facing errors in production boundle. Build finish with no errors, but when I run it in Chrome, all inherited functionality from p…