22
33exports [` search should with namespace 1` ] = `
44Array [
5+ Object {
6+ " name" : " Book" ,
7+ " path" : " /src/components/book/index.vue" ,
8+ } ,
59 Object {
610 " name" : " ComponentA" ,
711 " path" : " /src/components/ComponentA.vue" ,
@@ -10,26 +14,22 @@ Array [
1014 " name" : " ComponentB" ,
1115 " path" : " /src/components/ComponentB.vue" ,
1216 } ,
13- Object {
14- " name" : " ComponentD" ,
15- " path" : " /src/components/ComponentD.vue" ,
16- } ,
17- Object {
18- " name" : " Recursive" ,
19- " path" : " /src/components/Recursive.vue" ,
20- } ,
2117 Object {
2218 " name" : " ComponentC" ,
2319 " path" : " /src/components/component-c.vue" ,
2420 } ,
2521 Object {
26- " name" : " Book " ,
27- " path" : " /src/components/book/index .vue" ,
22+ " name" : " ComponentD " ,
23+ " path" : " /src/components/ComponentD .vue" ,
2824 } ,
2925 Object {
3026 " name" : " GlobalAvatar" ,
3127 " path" : " /src/components/global/avatar.vue" ,
3228 } ,
29+ Object {
30+ " name" : " Recursive" ,
31+ " path" : " /src/components/Recursive.vue" ,
32+ } ,
3333 Object {
3434 " name" : " UiButton" ,
3535 " path" : " /src/components/ui/button.vue" ,
@@ -44,40 +44,40 @@ Array [
4444exports [` search should work 1` ] = `
4545Array [
4646 Object {
47- " name" : " ComponentA " ,
48- " path" : " /src/components/ComponentA .vue" ,
47+ " name" : " Avatar " ,
48+ " path" : " /src/components/global/avatar .vue" ,
4949 } ,
5050 Object {
51- " name" : " ComponentB " ,
52- " path" : " /src/components/ComponentB .vue" ,
51+ " name" : " Book " ,
52+ " path" : " /src/components/book/index .vue" ,
5353 } ,
5454 Object {
55- " name" : " ComponentD " ,
56- " path" : " /src/components/ComponentD .vue" ,
55+ " name" : " Button " ,
56+ " path" : " /src/components/ui/button .vue" ,
5757 } ,
5858 Object {
59- " name" : " Recursive " ,
60- " path" : " /src/components/Recursive .vue" ,
59+ " name" : " Checkbox " ,
60+ " path" : " /src/components/ui/nested/checkbox .vue" ,
6161 } ,
6262 Object {
63- " name" : " ComponentC " ,
64- " path" : " /src/components/component-c .vue" ,
63+ " name" : " ComponentA " ,
64+ " path" : " /src/components/ComponentA .vue" ,
6565 } ,
6666 Object {
67- " name" : " Book " ,
68- " path" : " /src/components/book/index .vue" ,
67+ " name" : " ComponentB " ,
68+ " path" : " /src/components/ComponentB .vue" ,
6969 } ,
7070 Object {
71- " name" : " Avatar " ,
72- " path" : " /src/components/global/avatar .vue" ,
71+ " name" : " ComponentC " ,
72+ " path" : " /src/components/component-c .vue" ,
7373 } ,
7474 Object {
75- " name" : " Button " ,
76- " path" : " /src/components/ui/button .vue" ,
75+ " name" : " ComponentD " ,
76+ " path" : " /src/components/ComponentD .vue" ,
7777 } ,
7878 Object {
79- " name" : " Checkbox " ,
80- " path" : " /src/components/ui/nested/checkbox .vue" ,
79+ " name" : " Recursive " ,
80+ " path" : " /src/components/Recursive .vue" ,
8181 } ,
8282]
8383` ;
0 commit comments