保存进度!
This commit is contained in:
parent
9fa480103b
commit
44c9511dbe
@ -2,7 +2,7 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2023-01-30 17:06:10
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-01-30 22:57:51
|
||||
* @LastEditTime: 2023-01-31 16:24:19
|
||||
* @FilePath: \IT工具综合平台\src\utils\global.js
|
||||
* @Description: 全局方法
|
||||
*
|
||||
@ -31,6 +31,8 @@ const globalFunction = {
|
||||
};
|
||||
|
||||
export default {
|
||||
//vue的use函数,会调用参数对象的install函数进行安装工作,本质上就是往vue实例对象的config.properties
|
||||
//属性添加对象或方法。
|
||||
install(app)
|
||||
{
|
||||
app.config.globalProperties["deleteConfirm"] = globalFunction.deleteConfirm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user