mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-10-23 01:55:25 +00:00
解析器不一致,导致ts的某些特性不能使用,真坑
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
<template>
|
||||
<el-button @click="onClickTest">1111</el-button>
|
||||
<div>
|
||||
<el-button @click="onClickTest">1111</el-button>
|
||||
<HelloWorld msg="fsf"></HelloWorld>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import {Component, Vue} from "vue-property-decorator";
|
||||
import HelloWorld from "@/popup/HelloWorld.vue";
|
||||
|
||||
@Component({
|
||||
components: {},
|
||||
components: {HelloWorld},
|
||||
})
|
||||
export default class Index extends Vue {
|
||||
name: string = "index";
|
||||
|
Reference in New Issue
Block a user