@fangzhongya/vue-archive 0.0.13 → 0.0.14

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.
@@ -3474,7 +3474,7 @@ function getName(obj) {
3474
3474
  }
3475
3475
  function gettests(obj, arr, n) {
3476
3476
  const tests = getTestName(obj.key);
3477
- if (tests && tests.length > 0 && configObj.generatetype != 3) {
3477
+ if (tests && tests.length > 1 && configObj.generatetype != 3) {
3478
3478
  asyncMergeArray(tests, (res, _reject, zv, inde) => {
3479
3479
  getLocalTextTests(zv).then((text) => {
3480
3480
  arr.push(`### \u793A\u4F8B` + inde + 1);
@@ -3459,7 +3459,7 @@ function getName(obj) {
3459
3459
  }
3460
3460
  function gettests(obj, arr, n) {
3461
3461
  const tests = getTestName(obj.key);
3462
- if (tests && tests.length > 0 && configObj.generatetype != 3) {
3462
+ if (tests && tests.length > 1 && configObj.generatetype != 3) {
3463
3463
  asyncMergeArray(tests, (res, _reject, zv, inde) => {
3464
3464
  getLocalTextTests(zv).then((text) => {
3465
3465
  arr.push(`### \u793A\u4F8B` + inde + 1);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/vue-archive",
3
3
  "private": false,
4
- "version": "0.0.13",
4
+ "version": "0.0.14",
5
5
  "type": "module",
6
6
  "description ": "vue 组件注释生成文档",
7
7
  "author": "fangzhongya ",