From 591c1c235f43ab201d4ca5c1e2ab00be4ca3b46f Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Tue, 26 Mar 2019 14:31:29 +0100 Subject: [PATCH] feat(perf tab): add start/stop button label, closes #920 --- src/devtools/views/perf/PerfTab.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/devtools/views/perf/PerfTab.vue b/src/devtools/views/perf/PerfTab.vue index 2ae56c2..4484b90 100644 --- a/src/devtools/views/perf/PerfTab.vue +++ b/src/devtools/views/perf/PerfTab.vue @@ -9,16 +9,20 @@ v-if="!$shared.recordPerf" v-tooltip="'Start benchmark'" icon-left="lens" - class="icon-button flat" + class="flat" @click="start()" - /> + > + Start + + > + Stop +