veui-theme-one
v1.0.0-alpha.36
Published
Theme ONE DESIGN of VEUI.
Readme
veui-theme-one
Theme ONE DESIGN of VEUI.
Installation
Load base styles for VEUI
There are two ways to load the base stylesheet:
- Direct
importin JavaScript
import 'veui-theme-one/common.less'- Import from a
<style>block in a.vuefile
<style lang="less" src="veui-theme-one/common.less"></style>
<!-- OR -->
<style lang="less">
@import "~veui-theme-one/common.less"
</style>