Files
vue3-element-admin/src/styles/vendors/_index.scss

11 lines
216 B
SCSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* 第三方库vendors样式适配入口
*
* vendors = 第三方供应商代码
* 包含Element Plus、Vxe Table、WangEditor 等
*/
@use "./element-plus";
@use "./vxe-table";
@use "./wangeditor";