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

Remove unnecessary cloak attribute

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