-
版本号
vue: 2.5.2
vue-cropper: 0.6.5
webpack: 3.6.0
作者可以顺带推一下微信群二维码吗
```vue
…
-
On a new install of Vuejs 3, I cannot get this to run.
```ts
...
...
...
import VueCropper from 'vue-cropperjs'
import 'cropperjs/dist/cropper.css'
...
…
-
I'm trying to get the result of my crop in my setup function. According to the docs, this is the way in options API `const { coordinates, canvas, } = this.$refs.cropper.getResult();`. The composition …
-
error: Cannot find module 'vue-cropper' or its corresponding type declarations.
import { VueCropper } from "vue-cropper"
请问这是什么原因引起的?有什么应对或者解决的方式?
-
使用vue2版本0.6.4,开发环境使用正常,release出来后,就报错。getComputedStyle错误可能是由于该控件没有生成html代码导致的。
vue代码段:
-
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'…
-
![图片](https://user-images.githubusercontent.com/1531092/232228320-2ea530ef-3d30-47cd-a43a-80ce8fa25dfb.png)
使用 vue create 建立的项目,ts+vue2+vue-cli 使用 vue-cropper@0.5.11 ,简单重现方式:
```vue
图…
-
环境:
"vitepress": "1.0.0-rc.44",
"vue": "3.3.4",
"vite": "^4.3.9",
"vue-cropper": "^1.1.1",
复现情况:
开发环境:一切正常,功能完整
正式环境:(package.json启用了type: "module")
1. 打包…
-
node_modules/.pnpm/vue-cropper@1.1.1/node_modules/vue-cropper/lib/index.ts:1:24 - error TS2307: Cannot find module './vue-cropper.vue' or its corresponding type declarations.
1 import VueCropper fr…
-
## 报错
## 复现
```shell
bun add vue-cropper
```
```js
// main.js
import VueCropper from 'vue-cropper'
import 'vue-cropper/dist/index.css'
const app = createApp(App)
app.use(VueCropp…