Commit 0280361f authored by Eric Eastwood's avatar Eric Eastwood

Remove unnecessary cloak attribute

parent 59aec845
......@@ -64,7 +64,7 @@ export default RepoSidebar;
</script>
<template>
<div id="sidebar" :class="{'sidebar-mini' : isMini}" v-cloak="true">
<div id="sidebar" :class="{'sidebar-mini' : isMini}">
<table class="table">
<thead v-if="!isMini">
<tr>
......
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