Develop dictionary management function
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
export function getRandom(a: number, b: number): number {
|
||||
return Math.random() * (b - a) + a;
|
||||
}
|
||||
|
||||
export function no(){
|
||||
ElMessage.warning('未现实')
|
||||
}
|
||||
Reference in New Issue
Block a user