File tree Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change 18
18
</template >
19
19
<template #content >
20
20
<p class =" title is-4" >{{ item.name }}</p >
21
- <p class =" subtitle is-6" >
22
- <span v-if =" error" class =" error" >An error has occurred.</span >
23
- <template v-else >
24
- <span class =" down monospace" >
25
- <p class =" fas fa-download" ></p >
26
- {{ downRate }}
27
- </span >
28
- <span class =" up monospace" >
29
- <p class =" fas fa-upload" ></p >
30
- {{ upRate }}
31
- </span >
32
- </template >
21
+ <p v-if =" item.subtitle" class =" subtitle" >
22
+ {{ item.subtitle }}
33
23
</p >
24
+ <template v-else >
25
+ <p class =" subtitle is-6" >
26
+ <span v-if =" error" class =" error" >An error has occurred.</span >
27
+ <template v-else >
28
+ <span class =" down monospace" >
29
+ <p class =" fas fa-download" ></p >
30
+ {{ downRate }}
31
+ </span >
32
+ <span class =" up monospace" >
33
+ <p class =" fas fa-upload" ></p >
34
+ {{ upRate }}
35
+ </span >
36
+ </template >
37
+ </p >
38
+ </template >
34
39
</template >
35
40
</Generic >
36
41
</template >
You can’t perform that action at this time.
0 commit comments