修正完了error
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { inject, provide, ref } from 'vue';
|
||||
|
||||
interface Language {
|
||||
[key :string]: string
|
||||
[key: string]: string;
|
||||
}
|
||||
|
||||
interface Config {
|
||||
locale: string;
|
||||
messages: {[key: string]: Language}
|
||||
messages: {[key: string]: Language};
|
||||
}
|
||||
|
||||
const createI18n = (config: Config) => ({
|
||||
|
||||
@@ -10,7 +10,7 @@ interface UploaderDone {
|
||||
video: {
|
||||
url: string;
|
||||
verify_content: string;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export async function uploadflie(file: File,on?: OnFunctio): Promise<UploaderDone> {
|
||||
|
||||
Reference in New Issue
Block a user