add ui specimen collection hardcode

This commit is contained in:
2024-08-15 17:07:59 +07:00
parent 281993b01e
commit 13e203fb57
5 changed files with 443 additions and 8 deletions

View File

@@ -45,7 +45,7 @@
// }
const options = {
modulesCache: {
moduleCache: {
vue: Vue,
},
getFile(url) {
@@ -82,7 +82,7 @@
return {
visible: false,
bg_src: "",
loading: false, // Initialize loading state
loading: false,
};
},