// http://stackoverflow.com/questions/7190898/progress-bar-with-html-and-css .progressbarWrapper(v-if='progress') p {{ round(progress) }}% .progressbar div(:style='{width: progress + "%"}')