feat: 卡片等组件

This commit is contained in:
2023-07-10 19:26:19 +08:00
parent ec2f619775
commit d1e7778644
28 changed files with 1108 additions and 12 deletions

View File

@ -1,8 +1,8 @@
/*
* @Author: zhaojinfeng 121016171@qq.com
* @Date: 2023-06-15 13:22:04
* @LastEditors: zhaojinfeng 121016171@qq.com
* @LastEditTime: 2023-06-21 17:36:45
* @LastEditors: peerless_hero peerless_hero@outlook.com
* @LastEditTime: 2023-07-09 22:25:44
* @FilePath: \uni\vite.config.ts
* @Description:
*
@ -46,6 +46,7 @@ export default defineConfig({
alias: {
'~': fileURLToPath(new URL('./packages', import.meta.url)),
'@': fileURLToPath(new URL('./packages', import.meta.url)),
'/static': fileURLToPath(new URL('./assets/static', import.meta.url)),
},
},
plugins: [
@ -68,12 +69,8 @@ export default defineConfig({
}),
Components({
dts: 'types/components.d.ts',
dirs: 'packages',
dirs: ['dev', 'packages'],
types: [
{
from: 'vue-router',
names: ['RouterLink', 'RouterView'],
},
{
from: '@uni-helper/uni-ui-types',
names: [