Skip to content

Commit 64e0401

Browse files
committed
use es6 in basic fixture
1 parent 258626b commit 64e0401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/basic.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</template>
44

55
<script>
6-
module.exports = {
6+
export default {
77
data () {
88
return {
99
msg: 'Hello from Component A!'

0 commit comments

Comments
 (0)