Skip to content

Commit 0b4cf4d

Browse files
committed
feat(template-center)
1 parent 752867c commit 0b4cf4d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

packages/layout/src/DesignToolbars.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,9 @@ export default {
9696
return layoutConfig.toolbars
9797
})
9898
99-
const gotoCenter = (type: string) => {
100-
window.open(`/template.html?type=${type}`, '_blank')
101-
}
102-
10399
return {
104100
getMergeMeta,
105-
toolbars,
106-
gotoCenter
101+
toolbars
107102
}
108103
}
109104
}

0 commit comments

Comments
 (0)