0.3
This commit is contained in:
parent
3b5aee35a4
commit
6350a806f8
@ -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
1
components.d.ts
vendored
@ -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']
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user