初始化项目

This commit is contained in:
唐明明
2022-07-15 10:49:55 +08:00
parent beb84f84a7
commit 57b6c003da
345 changed files with 44887 additions and 0 deletions

15
node_modules/uview-ui/libs/config/config.js generated vendored Normal file
View File

@@ -0,0 +1,15 @@
// 此版本发布于2020-12-17
let version = '1.8.3';
export default {
v: version,
version: version,
// 主题名称
type: [
'primary',
'success',
'info',
'error',
'warning'
]
}