-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
weskubo-cgi
authored and
weskubo-cgi
committed
Oct 19, 2023
1 parent
cffb2ec
commit 26a734b
Showing
5 changed files
with
81 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,3 @@ | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`HomeView > init 1`] = ` | ||
"<div class=\\"v-card v-theme--light v-card--density-default v-card--variant-elevated\\" style=\\"height: 100%;\\"> | ||
<!----> | ||
<div class=\\"v-card__loader\\"> | ||
<div class=\\"v-progress-linear v-theme--light v-locale--is-ltr\\" style=\\"top: 0px; height: 0px; --v-progress-linear-height: 2px; left: 50%; transform: translateX(-50%);\\" role=\\"progressbar\\" aria-hidden=\\"true\\" aria-valuemin=\\"0\\" aria-valuemax=\\"100\\"> | ||
<!----> | ||
<div class=\\"v-progress-linear__background\\" style=\\"width: 100%;\\"></div> | ||
<transition-stub name=\\"fade-transition\\" appear=\\"false\\" persisted=\\"false\\" css=\\"true\\"> | ||
<div class=\\"v-progress-linear__indeterminate\\"> | ||
<div class=\\"v-progress-linear__indeterminate long\\"></div> | ||
<div class=\\"v-progress-linear__indeterminate short\\"></div> | ||
</div> | ||
</transition-stub> | ||
<!----> | ||
</div> | ||
</div> | ||
<div class=\\"v-card-item\\"> | ||
<!----> | ||
<div class=\\"v-card-item__content\\"> | ||
<div class=\\"v-card-title\\">OFM</div> | ||
<div class=\\"v-card-subtitle\\">Temp Home Screen</div> | ||
<!----> | ||
</div> | ||
<!----> | ||
</div> | ||
<div class=\\"v-card-text\\">...</div> | ||
<!----> | ||
<!----> | ||
<!----><span class=\\"v-card__underlay\\"></span> | ||
</div>" | ||
`; | ||
exports[`HomeView > init 1`] = `"<!--v-if-->"`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters