use new uuid helper library

This commit is contained in:
2023-02-22 20:23:35 +10:00
parent a2ab077325
commit 3b443aafc5

View File

@@ -37,7 +37,7 @@
<script setup lang="ts"> <script setup lang="ts">
import { onMounted, computed, ref, reactive, watch } from "vue"; import { onMounted, computed, ref, reactive, watch } from "vue";
import { isUUID } from "../helpers/types"; import { isUUID } from "../helpers/uuid";
import { excerpt, replaceHtmlEntites, stripHtmlTags } from "../helpers/string"; import { excerpt, replaceHtmlEntites, stripHtmlTags } from "../helpers/string";
import { api } from "../helpers/api"; import { api } from "../helpers/api";
import { imageLoad } from "../helpers/image"; import { imageLoad } from "../helpers/image";