@@ -46,6 +46,9 @@ export default function () {
},
setData(value) {
+ if (!value) {
+ return
+ }
const {config} = value
if (!this.store) {
this.store = new Ext.data.Store({