fix: fix lang type error (#299)

This commit is contained in:
hangzou 2020-09-10 13:54:19 +08:00 committed by GitHub
parent 4019764625
commit e0708290b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
{{ checkList }}
</div>
</template>
<script lang="tsx">
<script lang="ts">
import { defineComponent } from 'vue'
export default defineComponent({
data() {

View File

@ -136,7 +136,7 @@
</div>
</template>
<script lang="tsx">
<script lang="ts">
import { defineComponent } from 'vue'
export default defineComponent({
methods: {