jason chang

Results 4 comments of jason chang

``` {{ textLen }} import { ref, watch } from "vue"; import { Delta, QuillEditor } from "@vueup/vue-quill"; import ImageUploader from "quill-image-uploader"; import useImageUpload from "@/compositions/useImageUpload"; const props = defineProps();...

> change `import ruamel.yaml as yaml` to `import yaml` if you has `PyYAML` installed. changed to import yaml still not working

`change import ruamel.yaml as yaml to import yaml if you has PyYAML installed. and then change yaml.load to yaml.safe_load function`

![Image](https://github.com/user-attachments/assets/22b68e39-6a3e-4afb-95d5-6fe2034d5de4) 同问