提交 f88d0f5e authored 作者: wangjiahao's avatar wangjiahao

fix: 拖拽问题回退

上级 b8d07ce0
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
export default { export default {
data() { data() {
return { return {
excludes: ['Picture', 'Group', 'view'], // 这些组件不显示内容 excludes: ['Picture', 'Group', 'user-view'], // 这些组件不显示内容
textAlignOptions: [ textAlignOptions: [
{ {
label: this.$t('panel.text_align_left'), label: this.$t('panel.text_align_left'),
......
...@@ -127,7 +127,7 @@ const list = [ ...@@ -127,7 +127,7 @@ const list = [
}, },
{ {
id: '10005', id: '10005',
component: 'view', component: 'user-view',
label: '用户视图', label: '用户视图',
propValue: '', propValue: '',
icon: 'juxing', icon: 'juxing',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论