Skip to content

Commit

Permalink
fix: fix lang type error (element-plus#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
zouhangwithsweet authored Sep 10, 2020
1 parent 4019764 commit e070829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/checkbox/doc/basic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{ checkList }}
</div>
</template>
<script lang="tsx">
<script lang="ts">
import { defineComponent } from 'vue'
export default defineComponent({
data() {
Expand Down
2 changes: 1 addition & 1 deletion packages/dropdown/doc/basic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</div>
</template>

<script lang="tsx">
<script lang="ts">
import { defineComponent } from 'vue'
export default defineComponent({
methods: {
Expand Down

0 comments on commit e070829

Please sign in to comment.