"use strict"; Component({ properties: { loadType: { type: String, value: 'more' }, loadVisible: { type: Boolean, value: false } } });