calebman / vuepress-plugin-demo-container

Vuepress plugin for demo block.
https://calebman.github.io/vuepress-plugin-demo-container/
MIT License
119 stars 38 forks source link

Support typescript #27

Open yucccc opened 3 years ago

yucccc commented 3 years ago

Hope to support typescript: ex:

<script lang="tsx">
import { Component, Vue, Prop, Watch } from 'vue-property-decorator'

@Component({
    name: 'XXX',
    components: {
        popus
    },
})
export default class XXX extends Vue {

}
</script>
Yan2603 commented 3 years ago

mark!