From 1940c1e6bfdf406bc052acb32f7ae707f4497799 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 22 一月 2026 16:53:06 +0800
Subject: [PATCH] Merge branch 'dev_new' of http://114.132.189.42:9002/r/product-inventory-APP-before into dev_new
---
src/components/Editor/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue
index 8b95790..952c1d8 100644
--- a/src/components/Editor/index.vue
+++ b/src/components/Editor/index.vue
@@ -1,18 +1,18 @@
<template>
<view class="editor-container">
<div class="editor">
- <QuillEditor v-model:content="content"
+ <!-- <QuillEditor v-model:content="content"
contentType="html"
@textChange="(e) => emit('update:modelValue', content)"
:options="options"
- :style="styles" />
+ :style="styles" /> -->
</div>
</view>
</template>
<script setup>
import { ref, computed, watch } from "vue";
- import { QuillEditor } from "@vueup/vue-quill";
+ // import { QuillEditor } from "@vueup/vue-quill";
import "@vueup/vue-quill/dist/vue-quill.snow.css";
import { getToken } from "@/utils/auth";
--
Gitblit v1.9.3