@fangzhongya/vue-archive 0.0.2-35 → 0.0.2-36
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.
- package/dist/node/index.cjs +2 -5
- package/dist/node/index.js +2 -5
- package/package.json +1 -1
package/dist/node/index.cjs
CHANGED
|
@@ -66363,9 +66363,6 @@ function nodeInit(c, callback) {
|
|
|
66363
66363
|
getCompoData(v);
|
|
66364
66364
|
});
|
|
66365
66365
|
}
|
|
66366
|
-
function getCompoData(obj) {
|
|
66367
|
-
getData(obj);
|
|
66368
|
-
}
|
|
66369
66366
|
function gettests(obj, arr) {
|
|
66370
66367
|
const tests = getTestName(obj.key);
|
|
66371
66368
|
asyncMergeArray(tests, (res, _reject, zv, inde) => {
|
|
@@ -66422,7 +66419,7 @@ function setDom(dom) {
|
|
|
66422
66419
|
arr.push(prettierHtml(dom));
|
|
66423
66420
|
return arr;
|
|
66424
66421
|
}
|
|
66425
|
-
function
|
|
66422
|
+
function getCompoData(value) {
|
|
66426
66423
|
const arr = [];
|
|
66427
66424
|
arr.push("# " + value.name);
|
|
66428
66425
|
getNotes2(value.key).then((obj) => {
|
|
@@ -66438,7 +66435,7 @@ function getData(value) {
|
|
|
66438
66435
|
const list = [
|
|
66439
66436
|
...getlistDom(propss, "\u7EC4\u4EF6\u5C5E\u6027", tprops),
|
|
66440
66437
|
...getlistDom(emitss, "\u7EC4\u4EF6\u4E8B\u4EF6", temits),
|
|
66441
|
-
...getlistDom(
|
|
66438
|
+
...getlistDom(exposes, "\u7EC4\u4EF6\u65B9\u6CD5", texpose),
|
|
66442
66439
|
...getlistDom(slots, "\u7EC4\u4EF6\u63D2\u69FD", tslot)
|
|
66443
66440
|
];
|
|
66444
66441
|
arr.push(...list);
|
package/dist/node/index.js
CHANGED
|
@@ -66363,9 +66363,6 @@ function nodeInit(c, callback) {
|
|
|
66363
66363
|
getCompoData(v);
|
|
66364
66364
|
});
|
|
66365
66365
|
}
|
|
66366
|
-
function getCompoData(obj) {
|
|
66367
|
-
getData(obj);
|
|
66368
|
-
}
|
|
66369
66366
|
function gettests(obj, arr) {
|
|
66370
66367
|
const tests = getTestName(obj.key);
|
|
66371
66368
|
asyncMergeArray(tests, (res, _reject, zv, inde) => {
|
|
@@ -66422,7 +66419,7 @@ function setDom(dom) {
|
|
|
66422
66419
|
arr.push(prettierHtml(dom));
|
|
66423
66420
|
return arr;
|
|
66424
66421
|
}
|
|
66425
|
-
function
|
|
66422
|
+
function getCompoData(value) {
|
|
66426
66423
|
const arr = [];
|
|
66427
66424
|
arr.push("# " + value.name);
|
|
66428
66425
|
getNotes2(value.key).then((obj) => {
|
|
@@ -66438,7 +66435,7 @@ function getData(value) {
|
|
|
66438
66435
|
const list = [
|
|
66439
66436
|
...getlistDom(propss, "\u7EC4\u4EF6\u5C5E\u6027", tprops),
|
|
66440
66437
|
...getlistDom(emitss, "\u7EC4\u4EF6\u4E8B\u4EF6", temits),
|
|
66441
|
-
...getlistDom(
|
|
66438
|
+
...getlistDom(exposes, "\u7EC4\u4EF6\u65B9\u6CD5", texpose),
|
|
66442
66439
|
...getlistDom(slots, "\u7EC4\u4EF6\u63D2\u69FD", tslot)
|
|
66443
66440
|
];
|
|
66444
66441
|
arr.push(...list);
|