技术标准流程 多导出按钮问题
技术标准流程 发布无法提交问题 提示框位置修改
This commit is contained in:
@@ -6,6 +6,7 @@ import base64 from './base64'
|
||||
import dateFormat from './date'
|
||||
import hasPermission from './hasPermission'
|
||||
import preview from './preview'
|
||||
import previewZl from './previewZL'
|
||||
import onlineEdit from './onlineEdit'
|
||||
import onlinePreview from './onlinePreview'
|
||||
import onlineEditPreview from './onlineEditPreview'
|
||||
@@ -42,6 +43,11 @@ const install = function (Vue) {
|
||||
return preview
|
||||
}
|
||||
},
|
||||
$previewZl: {
|
||||
get () {
|
||||
return previewZl
|
||||
}
|
||||
},
|
||||
$onlinePreview: {
|
||||
get () {
|
||||
return onlinePreview
|
||||
|
||||
Reference in New Issue
Block a user