From 77fc57bbbb52e42a45994d89e4c4fe2b74338436 Mon Sep 17 00:00:00 2001 From: sunhao Date: Thu, 20 Jun 2019 18:27:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20tsx=20=E6=9A=82=E6=97=B6=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/src/components/Tsx.tsx | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 doc/src/components/Tsx.tsx diff --git a/doc/src/components/Tsx.tsx b/doc/src/components/Tsx.tsx deleted file mode 100644 index f751b92..0000000 --- a/doc/src/components/Tsx.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import { Component, Prop } from 'vue-property-decorator' -import Vue from 'vue' - -@Component -export default class Tsx extends Vue { - render() { - return ( -

hello word!

- ) - } - @Prop() id: string -} \ No newline at end of file