Skip to content

Commit 2dfb8c2

Browse files
committed
Add data attribute in demo index HTML to run tests
1 parent a5e5e48 commit 2dfb8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div id="app" role="main">
33
<logo :src="require('@/assets/logo.png')" />
4-
<h1>{{ msg }}</h1>
4+
<h1 data-va="main header">{{ msg }}</h1>
55
<h2>Essential Links</h2>
66
<ul>
77
<li><a href="https://vuejs.org" target="_blank">Core Docs</a></li>

0 commit comments

Comments
 (0)