veui-theme-dls
v2.17.10
Published
Theme Light DLS for VEUI.
Readme
veui-theme-dls
Theme Baidu DLS for VEUI.
Installation
Load base styles for VEUI
There are two ways to load the base stylesheet:
- Direct
importin JavaScript
import 'veui-theme-dls/common.less'- Import from a
<style>block in a.vuefile
<style lang="less" src="veui-theme-dls/common.less"></style>
<!-- OR -->
<style lang="less">
@import "~veui-theme-dls/common.less"
</style>