|
1 | 1 | // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
2 | 2 |
|
3 | 3 | exports[`Mount component 1`] = `
|
4 |
| -"<div data-v-167e9f7d=\\"\\" class=\\"v-fancy-select\\"> |
5 |
| - <transition-group-stub data-v-167e9f7d=\\"\\" tag=\\"div\\" name=\\"option\\" appear=\\"false\\" persisted=\\"false\\" css=\\"true\\"> |
6 |
| - <div data-v-167e9f7d=\\"\\" class=\\"v-fancy-select-option\\" style=\\"--index: 0;\\"> |
7 |
| - <div data-v-167e9f7d=\\"\\" class=\\"icon\\"> |
8 |
| - <v-icon-stub data-v-167e9f7d=\\"\\" name=\\"person\\"></v-icon-stub> |
| 4 | +"<div data-v-167e9f7d="" class="v-fancy-select"> |
| 5 | + <transition-group-stub data-v-167e9f7d="" tag="div" name="option" appear="false" persisted="false" css="true"> |
| 6 | + <div data-v-167e9f7d="" class="v-fancy-select-option" style="--index: 0;"> |
| 7 | + <div data-v-167e9f7d="" class="icon"> |
| 8 | + <v-icon-stub data-v-167e9f7d="" name="person"></v-icon-stub> |
9 | 9 | </div>
|
10 |
| - <div data-v-167e9f7d=\\"\\" class=\\"content\\"> |
11 |
| - <div data-v-167e9f7d=\\"\\" class=\\"text\\">Person</div> |
12 |
| - <div data-v-167e9f7d=\\"\\" class=\\"description\\"></div> |
| 10 | + <div data-v-167e9f7d="" class="content"> |
| 11 | + <div data-v-167e9f7d="" class="text">Person</div> |
| 12 | + <div data-v-167e9f7d="" class="description"></div> |
13 | 13 | </div>
|
14 | 14 | <!--v-if-->
|
15 | 15 | </div>
|
16 |
| - <div data-v-167e9f7d=\\"\\" class=\\"v-fancy-select-option\\" style=\\"--index: 1;\\"> |
17 |
| - <div data-v-167e9f7d=\\"\\" class=\\"icon\\"> |
18 |
| - <v-icon-stub data-v-167e9f7d=\\"\\" name=\\"directions_car\\"></v-icon-stub> |
| 16 | + <div data-v-167e9f7d="" class="v-fancy-select-option" style="--index: 1;"> |
| 17 | + <div data-v-167e9f7d="" class="icon"> |
| 18 | + <v-icon-stub data-v-167e9f7d="" name="directions_car"></v-icon-stub> |
19 | 19 | </div>
|
20 |
| - <div data-v-167e9f7d=\\"\\" class=\\"content\\"> |
21 |
| - <div data-v-167e9f7d=\\"\\" class=\\"text\\">Car</div> |
22 |
| - <div data-v-167e9f7d=\\"\\" class=\\"description\\"></div> |
| 20 | + <div data-v-167e9f7d="" class="content"> |
| 21 | + <div data-v-167e9f7d="" class="text">Car</div> |
| 22 | + <div data-v-167e9f7d="" class="description"></div> |
23 | 23 | </div>
|
24 | 24 | <!--v-if-->
|
25 | 25 | </div>
|
26 |
| - <v-divider-stub data-v-167e9f7d=\\"\\"></v-divider-stub> |
27 |
| - <div data-v-167e9f7d=\\"\\" class=\\"v-fancy-select-option\\" style=\\"--index: 3;\\"> |
28 |
| - <div data-v-167e9f7d=\\"\\" class=\\"icon\\"> |
29 |
| - <v-icon-stub data-v-167e9f7d=\\"\\" name=\\"home\\"></v-icon-stub> |
| 26 | + <v-divider-stub data-v-167e9f7d=""></v-divider-stub> |
| 27 | + <div data-v-167e9f7d="" class="v-fancy-select-option" style="--index: 3;"> |
| 28 | + <div data-v-167e9f7d="" class="icon"> |
| 29 | + <v-icon-stub data-v-167e9f7d="" name="home"></v-icon-stub> |
30 | 30 | </div>
|
31 |
| - <div data-v-167e9f7d=\\"\\" class=\\"content\\"> |
32 |
| - <div data-v-167e9f7d=\\"\\" class=\\"text\\">Home</div> |
33 |
| - <div data-v-167e9f7d=\\"\\" class=\\"description\\">A home is a nice place</div> |
| 31 | + <div data-v-167e9f7d="" class="content"> |
| 32 | + <div data-v-167e9f7d="" class="text">Home</div> |
| 33 | + <div data-v-167e9f7d="" class="description">A home is a nice place</div> |
34 | 34 | </div>
|
35 | 35 | <!--v-if-->
|
36 | 36 | </div>
|
|
0 commit comments