Commit 64a2ba0d authored by 李维's avatar 李维

修复编译失败的问题

parent 5c94e0b4
...@@ -7,7 +7,7 @@ import {Component, EventEmitter, Input, Output } from '@angular/core'; ...@@ -7,7 +7,7 @@ import {Component, EventEmitter, Input, Output } from '@angular/core';
}) })
export class BackgroundUploadComponent { export class BackgroundUploadComponent {
@Input() items = {}; @Input() items = {"leftTop": '', "middleTop": '', "rightTop": '', "leftMiddle": '', "rightMiddle": '', "leftBottom": '', "middleBottom": '', "rightBottom": ''};
@Output() change = new EventEmitter(); @Output() change = new EventEmitter();
constructor( ) { } constructor( ) { }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment