|
@@ -20,6 +20,7 @@ import directive from './directive' // directive
|
|
import plugins from './plugins' // plugins
|
|
import plugins from './plugins' // plugins
|
|
import {
|
|
import {
|
|
download,
|
|
download,
|
|
|
|
+ downloadFile,
|
|
post,
|
|
post,
|
|
postTwo,
|
|
postTwo,
|
|
get
|
|
get
|
|
@@ -86,6 +87,7 @@ app.config.globalProperties.get = get
|
|
app.config.globalProperties.post = post
|
|
app.config.globalProperties.post = post
|
|
app.config.globalProperties.postTwo = postTwo
|
|
app.config.globalProperties.postTwo = postTwo
|
|
app.config.globalProperties.download = download
|
|
app.config.globalProperties.download = download
|
|
|
|
+app.config.globalProperties.downloadFile = downloadFile
|
|
app.config.globalProperties.parseTime = parseTime
|
|
app.config.globalProperties.parseTime = parseTime
|
|
app.config.globalProperties.resetForm = resetForm
|
|
app.config.globalProperties.resetForm = resetForm
|
|
app.config.globalProperties.handleTree = handleTree
|
|
app.config.globalProperties.handleTree = handleTree
|