mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +08:00
fix: fix lang type error (#299)
This commit is contained in:
parent
4019764625
commit
e0708290b2
@ -18,7 +18,7 @@
|
||||
{{ checkList }}
|
||||
</div>
|
||||
</template>
|
||||
<script lang="tsx">
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue'
|
||||
export default defineComponent({
|
||||
data() {
|
||||
|
@ -136,7 +136,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="tsx">
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue'
|
||||
export default defineComponent({
|
||||
methods: {
|
||||
|
Loading…
Reference in New Issue
Block a user