chore: list-type的提示
This commit is contained in:
@@ -23,7 +23,7 @@ export function useFileType() {
|
||||
value: str,
|
||||
}));
|
||||
|
||||
const currentFileListType = ref<(typeof fileListTypes)[number]>('text');
|
||||
const currentFileListType = ref<(typeof fileListTypes)[number]>('picture');
|
||||
|
||||
return {
|
||||
fileListOptions,
|
||||
|
Reference in New Issue
Block a user