chore: split index.css
This commit is contained in:
@@ -1 +1,7 @@
|
||||
@import "../../theme/variable.less";
|
||||
@import "../../theme/variable.less";
|
||||
|
||||
.layui-collapse {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 2px;
|
||||
}
|
||||
@@ -5,6 +5,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<script setup lang="ts">
|
||||
import "./index.less";
|
||||
import { withDefaults, provide, ref, watch } from "vue";
|
||||
|
||||
export interface LayCollapseProps {
|
||||
|
||||
Reference in New Issue
Block a user