From 2a39bd7bc813974d927da60ab958df47023f5b6f Mon Sep 17 00:00:00 2001 From: cloud Date: Thu, 3 Nov 2022 05:09:56 +0800 Subject: [PATCH] 0.3 --- README.md | 9 +++++++++ components.d.ts | 1 + 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index afc382f..fb8f987 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,12 @@ https://www.qtyyw.com/ 文档解说: https://www.ruanyifeng.com/blog/2015/07/flex-grammar.html + +``npm install +`` + +``npm run dev +`` + +``npm run build +`` \ No newline at end of file diff --git a/components.d.ts b/components.d.ts index 1c90d28..a459282 100644 --- a/components.d.ts +++ b/components.d.ts @@ -28,5 +28,6 @@ declare module '@vue/runtime-core' { ASelect: typeof import('@arco-design/web-vue')['Select'] ASlider: typeof import('@arco-design/web-vue')['Slider'] ATooltip: typeof import('@arco-design/web-vue')['Tooltip'] + Hello: typeof import('./src/components/hello.vue')['default'] } }