Skip to content

Latest commit

 

History

History
 
 

veui-theme-one

veui-theme-one

Theme ONE DESIGN of VEUI.

Installation

Load base styles for VEUI

There are two ways to load the base stylesheet:

  1. Direct import in JavaScript
import 'veui-theme-one/common.less'
  1. Import from a <style> block in a .vue file
<style lang="less" src="veui-theme-one/common.less"></style>

<!-- OR -->

<style lang="less">
@import "~veui-theme-one/common.less"
</style>