mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改拖拽区域名称
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import ContentDrag from './index.vue'
|
||||
|
||||
export { ContentDrag }
|
||||
@@ -1,3 +0,0 @@
|
||||
import ContentDraw from './index.vue'
|
||||
|
||||
export { ContentDraw }
|
||||
@@ -15,7 +15,7 @@
|
||||
<n-layout-content content-style="overflow:hidden; display: flex">
|
||||
<ContentCharts />
|
||||
<ContentLayers />
|
||||
<ContentDraw />
|
||||
<ContentDrag />
|
||||
<ContentDetails />
|
||||
</n-layout-content>
|
||||
</n-layout>
|
||||
@@ -29,7 +29,7 @@ import { HeaderRightBtn } from './components/HeaderRightBtn/index'
|
||||
import { HeaderTitle } from './components/HeaderTitle/index'
|
||||
import { ContentLayers } from './components/ContentLayers/index'
|
||||
import { ContentCharts } from './components/ContentCharts/index'
|
||||
import { ContentDraw } from './components/ContentDraw/index'
|
||||
import { ContentDrag } from './components/ContentDrag/index'
|
||||
import { ContentDetails } from './components/ContentDetails/index'
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user