Skip to content

Files

veui-theme-dls

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 25, 2024
Mar 28, 2024
Dec 20, 2021
Dec 26, 2023
Oct 30, 2019
May 8, 2023
Jul 8, 2021
Oct 30, 2019
May 8, 2023
Jul 8, 2021
May 25, 2022
Apr 21, 2022
Sep 11, 2023
Apr 25, 2024
Apr 25, 2022
Nov 2, 2021
Sep 11, 2023
Aug 28, 2020
Feb 5, 2025
Dec 18, 2023
Jan 22, 2024
May 9, 2023
Oct 9, 2023
May 23, 2022
Dec 18, 2023
Dec 18, 2023

veui-theme-dls

Theme Baidu DLS for VEUI.

Installation

Load base styles for VEUI

There are two ways to load the base stylesheet:

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

<!-- OR -->

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