fix: eslint .tsx file failed (#8358)

This commit is contained in:
zoy-l
2021-03-16 09:46:50 +08:00
committed by GitHub
parent d9ed5b9fb0
commit 2c43e68aff
9 changed files with 122 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
<template>
<div>
<span v-for="a in arr">{{ a }}</span>
</div>
</template>
<script>
const a = 1
a = 1
export default {
data() {
return {
arr: [1, 2, 3]
}
}
}
</script>
<style></style>

View File

@@ -0,0 +1,2 @@
const a = b + 1
export default a