|
@@ -52,7 +52,7 @@ import {
|
|
|
getDict,
|
|
|
getDictOne,
|
|
|
getPdf,
|
|
|
- getPdfA3,
|
|
|
+ getPdfTransverseA4,
|
|
|
translateIntoEnglish,
|
|
|
random
|
|
|
} from '@/utils/util'
|
|
@@ -93,7 +93,7 @@ app.config.globalProperties.calculationWeek = calculationWeek
|
|
|
app.config.globalProperties.getDict = getDict
|
|
|
app.config.globalProperties.getDictOne = getDictOne
|
|
|
app.config.globalProperties.getPdf = getPdf
|
|
|
-app.config.globalProperties.getPdfA3 = getPdfA3
|
|
|
+app.config.globalProperties.getPdfTransverseA4 = getPdfTransverseA4
|
|
|
app.config.globalProperties.translateIntoEnglish = translateIntoEnglish
|
|
|
app.config.globalProperties.random = random
|
|
|
|