提交 591c1c23 编写于 作者: G Guillaume Chau

feat(perf tab): add start/stop button label, closes #920

上级 800f3db2
......@@ -9,16 +9,20 @@
v-if="!$shared.recordPerf"
v-tooltip="'Start benchmark'"
icon-left="lens"
class="icon-button flat"
class="flat"
@click="start()"
/>
>
Start
</VueButton>
<VueButton
v-else
v-tooltip="'Stop benchmark'"
icon-left="lens"
class="icon-button flat stop-button"
class="flat stop-button"
@click="stop()"
/>
>
Stop
</VueButton>
<VueSelect
v-model="currentBenchmarkModel"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册