We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbb93c commit 1483541Copy full SHA for 1483541
src/pages/jcxm/widget-store.ts
@@ -33,6 +33,7 @@ const store: StoreOptions<WidgetState> = {
33
group: "manage",
34
disableOther: ["roamLine"]
35
},
36
+
37
{
38
component: markRaw(
39
defineAsyncComponent(
@@ -50,7 +51,9 @@ const store: StoreOptions<WidgetState> = {
50
51
name: "layer-picture-guihua"
52
53
- component: markRaw(defineAsyncComponent(() => import(/* webpackChunkName: "location-point" */ "@mars/widgets/basic/location-point/index.vue"))),
54
+ component: markRaw(
55
+ defineAsyncComponent(() => import(/* webpackChunkName: "location-point" */ "@mars/widgets/basic/location-point/index.vue"))
56
+ ),
57
name: "location-point",
58
group: "tools"
59
}
0 commit comments