docs: 更新日志, 修复文档细节
This commit is contained in:
@@ -6,8 +6,8 @@ export default {
|
||||
|
||||
<script setup lang="ts">
|
||||
import "./index.less";
|
||||
import {computed} from "vue";
|
||||
import {PanelShadow} from "./interface";
|
||||
import { computed } from "vue";
|
||||
import { PanelShadow } from "./interface";
|
||||
|
||||
export interface LayPanelProps {
|
||||
shadow?: PanelShadow;
|
||||
|
||||
@@ -1 +1 @@
|
||||
export type PanelShadow = "always" | "hover" | "never";
|
||||
export type PanelShadow = "always" | "hover" | "never";
|
||||
|
||||
Reference in New Issue
Block a user