File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ export default class CollectionItem extends mixins(
292
292
protected onTabChange(val : string , oldVal : string ): void {
293
293
if (shouldUpdate (val , oldVal )) {
294
294
this .$router .replace ({
295
- name : String (this .$route .name ),
295
+ path : String (this .$route .path ),
296
296
query: { tab: val },
297
297
})
298
298
}
Original file line number Diff line number Diff line change 12
12
<b-skeleton
13
13
class =" skeleton-placeholder"
14
14
height =" 100%"
15
+ :circle =" rounded"
15
16
/>
16
17
</template >
17
18
</b-image >
@@ -35,9 +36,10 @@ export default class BasicImage extends Vue {
35
36
</script >
36
37
37
38
<style scoped>
38
- .b-skeleton {
39
- height : 100% ;
40
- position : absolute ;
41
- top : 0 ;
39
+ .b-skeleton {
40
+ height : 100% ;
41
+ position : absolute ;
42
+ top : 0 ;
43
+ left : 0 ;
42
44
}
43
45
</style >
You can’t perform that action at this time.
0 commit comments