generated from thzxcx/vue3
feat: 卡片等组件
This commit is contained in:
@ -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: [
|
||||
|
Reference in New Issue
Block a user