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'] } }