docs: 集成 dark-reader

This commit is contained in:
就眠儀式
2022-03-30 01:57:54 +08:00
parent 8fb2b66fe5
commit 5b31ce43c5
6 changed files with 19 additions and 31 deletions

View File

@@ -13,7 +13,7 @@ import {
ButtonSize,
ButtonType,
} from "./interface";
import { BooleanOrString, String } from "src/types";
import { BooleanOrString, String } from "../../types";
export interface LayButtonProps {
type?: ButtonType;

View File

@@ -7,7 +7,7 @@ export default {
<script setup lang="ts">
import { computed, useSlots } from "vue";
import "./index.less";
import { String } from "src/types";
import { String } from "../../types";
import { CardShadow } from "./interface";
const slot = useSlots();

View File

@@ -0,0 +1 @@
export type DatePickerType = "date" | "datetime" | "year" | "time" | "month";