Skip to content

Commit 8f78919

Browse files
authored
tests: remove unused param
1 parent cbf37ea commit 8f78919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/__projects__/basic/components/ClassComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1 data-computed>{{ computedMsg }}</h1>
44
<h2 data-props>{{ msg }}</h2>
55
<h3 data-methods>{{ dataText }}</h3>
6-
<button @click="changeMessage('Hello')" />
6+
<button @click="changeMessage" />
77
</div>
88
</template>
99

0 commit comments

Comments
 (0)