@@ -4,39 +4,39 @@ exports[`search should with namespace 1`] = `
44Array [
55 Object {
66 " name" : " Avatar" ,
7- " path" : " / src/components/global/avatar.vue" ,
7+ " path" : " src/components/global/avatar.vue" ,
88 } ,
99 Object {
1010 " name" : " Book" ,
11- " path" : " / src/components/book/index.vue" ,
11+ " path" : " src/components/book/index.vue" ,
1212 } ,
1313 Object {
1414 " name" : " ComponentA" ,
15- " path" : " / src/components/ComponentA.vue" ,
15+ " path" : " src/components/ComponentA.vue" ,
1616 } ,
1717 Object {
1818 " name" : " ComponentB" ,
19- " path" : " / src/components/ComponentB.vue" ,
19+ " path" : " src/components/ComponentB.vue" ,
2020 } ,
2121 Object {
2222 " name" : " ComponentC" ,
23- " path" : " / src/components/component-c.vue" ,
23+ " path" : " src/components/component-c.vue" ,
2424 } ,
2525 Object {
2626 " name" : " ComponentD" ,
27- " path" : " / src/components/ComponentD.vue" ,
27+ " path" : " src/components/ComponentD.vue" ,
2828 } ,
2929 Object {
3030 " name" : " Recursive" ,
31- " path" : " / src/components/Recursive.vue" ,
31+ " path" : " src/components/Recursive.vue" ,
3232 } ,
3333 Object {
3434 " name" : " UiButton" ,
35- " path" : " / src/components/ui/button.vue" ,
35+ " path" : " src/components/ui/button.vue" ,
3636 } ,
3737 Object {
3838 " name" : " UiNestedCheckbox" ,
39- " path" : " / src/components/ui/nested/checkbox.vue" ,
39+ " path" : " src/components/ui/nested/checkbox.vue" ,
4040 } ,
4141]
4242` ;
@@ -45,39 +45,39 @@ exports[`search should work 1`] = `
4545Array [
4646 Object {
4747 " name" : " Avatar" ,
48- " path" : " / src/components/global/avatar.vue" ,
48+ " path" : " src/components/global/avatar.vue" ,
4949 } ,
5050 Object {
5151 " name" : " Book" ,
52- " path" : " / src/components/book/index.vue" ,
52+ " path" : " src/components/book/index.vue" ,
5353 } ,
5454 Object {
5555 " name" : " Button" ,
56- " path" : " / src/components/ui/button.vue" ,
56+ " path" : " src/components/ui/button.vue" ,
5757 } ,
5858 Object {
5959 " name" : " Checkbox" ,
60- " path" : " / src/components/ui/nested/checkbox.vue" ,
60+ " path" : " src/components/ui/nested/checkbox.vue" ,
6161 } ,
6262 Object {
6363 " name" : " ComponentA" ,
64- " path" : " / src/components/ComponentA.vue" ,
64+ " path" : " src/components/ComponentA.vue" ,
6565 } ,
6666 Object {
6767 " name" : " ComponentB" ,
68- " path" : " / src/components/ComponentB.vue" ,
68+ " path" : " src/components/ComponentB.vue" ,
6969 } ,
7070 Object {
7171 " name" : " ComponentC" ,
72- " path" : " / src/components/component-c.vue" ,
72+ " path" : " src/components/component-c.vue" ,
7373 } ,
7474 Object {
7575 " name" : " ComponentD" ,
76- " path" : " / src/components/ComponentD.vue" ,
76+ " path" : " src/components/ComponentD.vue" ,
7777 } ,
7878 Object {
7979 " name" : " Recursive" ,
80- " path" : " / src/components/Recursive.vue" ,
80+ " path" : " src/components/Recursive.vue" ,
8181 } ,
8282]
8383` ;
0 commit comments