1.2.0 • Published 1 year ago

tpm-ui v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

说明

CRB.TPM.UI是基于Vue3+Vite+Element Plus开发的业务模块化快速开发框架(不支持 IE),目前仍在紧张开发完善中。

功能特点

CRB.TPM.UI包含以下功能特点:

1、业务模块化:业务模块通过 npm 分发安装,开发人员只需关注自己模块的业务逻辑。

3、国际化:使用 i18n 集成了国际化功能

等等...

运行

npm install

npm run dev

编码约定

样式

组件样式的 class 采用连字符-连接,组件内部区域的 class 采用下划线_连接,如:

m-container 组件:m-containerm-container_main

m-flex-col 组件:m-flex-colm-flex-col_top

版本更新

2022-10-10 ~ v1.0.3

  1. 调整默认主题布局增加Tabnav 选项卡导航功能。

  2. 修复错误警告 You are running the esm-bundler build of vue-i18n. It is recommended to configure your bundler to explicitly replace feature flag globals with boolean literals to get proper tree-shaking in the final bundle. 问题。

  3. 修复错误警告DEPRECATED: 'normal' hierarchy in lineStyle has been removed since 4.0. All 问题。

  4. 修复错误警告 can only be used on a single element. Use for lists 问题。

  5. 版本更新至1.0.2 ->1.0.3。