mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改TS报错问题,抽离水印文案
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
>
|
||||
<n-watermark
|
||||
id="go-edit-watermark"
|
||||
content="GoView 低代码平台"
|
||||
:content="watermarkText"
|
||||
cross
|
||||
selectable
|
||||
:font-size="16"
|
||||
@@ -33,6 +33,7 @@ import { mousedownHandleUnStop } from '../../hooks/useDrag.hook'
|
||||
import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore'
|
||||
import { EditAlignLine } from '../EditAlignLine'
|
||||
import { EditRule } from '../EditRule'
|
||||
import { watermarkText } from '@/settings/designSetting'
|
||||
|
||||
const chartEditStore = useChartEditStore()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user