Commit 663d0e1a authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Add remove v-cloak and make sure it's `true`.

parent 43831ea5
......@@ -64,7 +64,7 @@ export default RepoSidebar;
</script>
<template>
<div id="sidebar" :class="{'sidebar-mini' : isMini}" v-cloak>
<div id="sidebar" :class="{'sidebar-mini' : isMini}" v-cloak="true">
<table class="table">
<thead v-if="!isMini">
<tr>
......
......@@ -117,10 +117,6 @@ body {
margin-top: $header-height + $performance-bar-height;
}
[v-cloak] {
display: none;
}
.vertical-center {
min-height: 100vh;
display: flex;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment