初始上传
This commit is contained in:
12
app/component/view/horz_blank/js/design.js
Executable file
12
app/component/view/horz_blank/js/design.js
Executable file
@@ -0,0 +1,12 @@
|
||||
var horzBlankHtml = '<div></div>';
|
||||
|
||||
Vue.component("horz-blank-set", {
|
||||
data: function () {
|
||||
return {};
|
||||
},
|
||||
created: function () {
|
||||
this.$parent.data.ignore = ['textColor', 'elementBgColor', 'elementAngle'];//加载忽略内容 -- 其他设置中的属性设置
|
||||
this.$parent.data.ignoreLoad = true; // 等待忽略数组赋值后加载
|
||||
},
|
||||
template: horzBlankHtml
|
||||
});
|
||||
Reference in New Issue
Block a user