This commit is contained in:
cloud 2022-11-03 05:09:56 +08:00
parent 25833da074
commit 2a39bd7bc8
2 changed files with 10 additions and 0 deletions

View File

@ -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
``

1
components.d.ts vendored
View File

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