pxx-vue-quill 1.0.156 → 1.0.157

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * Copyright (c) 2025 Pxx-Team
9
9
  * Released under the MIT license
10
- * Date: 2025-09-11T18:58:11.254Z
10
+ * Date: 2025-09-11T19:06:20.916Z
11
11
  */
12
12
  (function (global, factory) {
13
13
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
@@ -20789,7 +20789,6 @@
20789
20789
  };
20790
20790
  let internalModel;
20791
20791
  const internalModelEquals = (against) => {
20792
- console.log("against---------", against, internalModel);
20793
20792
  if (typeof internalModel === typeof against) {
20794
20793
  if (against === internalModel) {
20795
20794
  return true;