2
2
3
3
exports [` search should with namespace 1` ] = `
4
4
Array [
5
+ Object {
6
+ " name" : " Book" ,
7
+ " path" : " /src/components/book/index.vue" ,
8
+ } ,
5
9
Object {
6
10
" name" : " ComponentA" ,
7
11
" path" : " /src/components/ComponentA.vue" ,
@@ -10,26 +14,22 @@ Array [
10
14
" name" : " ComponentB" ,
11
15
" path" : " /src/components/ComponentB.vue" ,
12
16
} ,
13
- Object {
14
- " name" : " ComponentD" ,
15
- " path" : " /src/components/ComponentD.vue" ,
16
- } ,
17
- Object {
18
- " name" : " Recursive" ,
19
- " path" : " /src/components/Recursive.vue" ,
20
- } ,
21
17
Object {
22
18
" name" : " ComponentC" ,
23
19
" path" : " /src/components/component-c.vue" ,
24
20
} ,
25
21
Object {
26
- " name" : " Book " ,
27
- " path" : " /src/components/book/index .vue" ,
22
+ " name" : " ComponentD " ,
23
+ " path" : " /src/components/ComponentD .vue" ,
28
24
} ,
29
25
Object {
30
26
" name" : " GlobalAvatar" ,
31
27
" path" : " /src/components/global/avatar.vue" ,
32
28
} ,
29
+ Object {
30
+ " name" : " Recursive" ,
31
+ " path" : " /src/components/Recursive.vue" ,
32
+ } ,
33
33
Object {
34
34
" name" : " UiButton" ,
35
35
" path" : " /src/components/ui/button.vue" ,
@@ -44,40 +44,40 @@ Array [
44
44
exports [` search should work 1` ] = `
45
45
Array [
46
46
Object {
47
- " name" : " ComponentA " ,
48
- " path" : " /src/components/ComponentA .vue" ,
47
+ " name" : " Avatar " ,
48
+ " path" : " /src/components/global/avatar .vue" ,
49
49
} ,
50
50
Object {
51
- " name" : " ComponentB " ,
52
- " path" : " /src/components/ComponentB .vue" ,
51
+ " name" : " Book " ,
52
+ " path" : " /src/components/book/index .vue" ,
53
53
} ,
54
54
Object {
55
- " name" : " ComponentD " ,
56
- " path" : " /src/components/ComponentD .vue" ,
55
+ " name" : " Button " ,
56
+ " path" : " /src/components/ui/button .vue" ,
57
57
} ,
58
58
Object {
59
- " name" : " Recursive " ,
60
- " path" : " /src/components/Recursive .vue" ,
59
+ " name" : " Checkbox " ,
60
+ " path" : " /src/components/ui/nested/checkbox .vue" ,
61
61
} ,
62
62
Object {
63
- " name" : " ComponentC " ,
64
- " path" : " /src/components/component-c .vue" ,
63
+ " name" : " ComponentA " ,
64
+ " path" : " /src/components/ComponentA .vue" ,
65
65
} ,
66
66
Object {
67
- " name" : " Book " ,
68
- " path" : " /src/components/book/index .vue" ,
67
+ " name" : " ComponentB " ,
68
+ " path" : " /src/components/ComponentB .vue" ,
69
69
} ,
70
70
Object {
71
- " name" : " Avatar " ,
72
- " path" : " /src/components/global/avatar .vue" ,
71
+ " name" : " ComponentC " ,
72
+ " path" : " /src/components/component-c .vue" ,
73
73
} ,
74
74
Object {
75
- " name" : " Button " ,
76
- " path" : " /src/components/ui/button .vue" ,
75
+ " name" : " ComponentD " ,
76
+ " path" : " /src/components/ComponentD .vue" ,
77
77
} ,
78
78
Object {
79
- " name" : " Checkbox " ,
80
- " path" : " /src/components/ui/nested/checkbox .vue" ,
79
+ " name" : " Recursive " ,
80
+ " path" : " /src/components/Recursive .vue" ,
81
81
} ,
82
82
]
83
83
` ;
0 commit comments