docs: 更新日志, 修复文档细节

This commit is contained in:
就眠儀式
2022-03-31 14:20:41 +08:00
parent 9e9efec10c
commit dcbcae256c
6 changed files with 17 additions and 11 deletions

View File

@@ -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;

View File

@@ -1 +1 @@
export type PanelShadow = "always" | "hover" | "never";
export type PanelShadow = "always" | "hover" | "never";