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