Fix CSS bug
This commit is contained in:
parent
b5ca5c377b
commit
81d19f0cac
|
|
@ -37,7 +37,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
topicId(id) {
|
||||
return atob(id);
|
||||
return window.atob(id);
|
||||
},
|
||||
},
|
||||
|
||||
|
|
@ -59,7 +59,7 @@ export default {
|
|||
@import '~styles/helpers';
|
||||
|
||||
.topic-navigation {
|
||||
&__topic {
|
||||
}
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue