Component({ externalClasses: ['tui-view-class'], //自定义样式 properties: { title: { type: String, value: '' }, unlined: { type: String, value: '' //top,bottom,all } }, data: {}, methods: {} })