chore: 发布 0.4.2

This commit is contained in:
就眠儀式
2022-03-26 16:04:12 +08:00
parent ab6cc17281
commit a739d563e3
13 changed files with 136 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ export default {
<script setup lang="ts">
import * as XLSX from "xlsx";
import { ref, watch, useSlots, withDefaults, onMounted } from "vue";
import { v4 as uuidv4 } from '../../utils/guidUtil';
import { v4 as uuidv4 } from "../../utils/guidUtil";
import { Recordable } from "../../types";
import LayCheckbox from "../checkbox";
import LayDropdown from "../dropdown";