-
[](url) **一、package.json**
{
"name": "vite-vise-test",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview…
-
When adding these two properties to the "cropp" component, when generating the preview image, it does not align the source image to the center.
cropp component:
generated image:
impleme…
-
as per title when executing `npm run dev`
current package.json:
``` json
{
"private": true,
"engines": {
"node": ">=18.0.0
-
## 需求完善
- 遇到一个问题,当 script 内容为空时,调试工具不能识别出正确的 name
- 开源不易,期待作者完善该功能,辛苦了。🌹🌹🌹
![image](https://user-images.githubusercontent.com/7400870/154842455-094032c3-30d4-4bc4-af6c-1d9f6d07ee64.png)
## 调…
-
I created a fresh Nuxt project using bun and installed PWA. When I run the application via `npm run dev`, I get the following error:
```
ERROR Named export 'defu' not found. The requested module…
-
**Describe the bug**
The "Folders" view is empty, it has no folder in it.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to "Photos"
2. Click on Folder
3. It's empty!
**Expected be…
-
Hey folks!
A lot of you have been wondering what happened with the next version of this package and if it will be ready soon, so I created this issue to give you all the details:
### New name
…
-
[Vue warn]: Error in v-on handler: "TypeError: Cannot read properties of undefined (reading 'catch')"
TypeError: Cannot read properties of undefined (reading 'catch') at PDFJSWrapper.renderPage (pa…
-
When using the vue-advanced-cropper in an RTL configured environment, the cropper does not behave as expected. Despite using postcss and postcss-rtl to handle RTL directionality, the cropper's preview…
bhrlu updated
5 months ago
-
Does this package have the ability to move potentially truncated content to the next page?
Consider the following:
```vue
import { onMounted } from "vue";
import { Previewer } from "pagedjs";
…