Component({ externalClasses: ['nodata-container'], //在.js文件中 properties: { // 简单的定义方式 // max:Number // 完整的定义方式 title:{ type:String, value:'' } }, /*** 页面的初始数据***/ data: { }, methods: { } })