"use strict"; Component({ properties: { isShow: { type: Boolean } }, data: {}, methods: {} });