vue单页面 方法和计算属性 是使用 像 普通js 方法一样的注释吗????如: methods: { /** * 加载运送类型列表 * @param {string} transTypeParentCode 接口请求的参数: 运送编码 */ getTransTypeList (transTypeParentCode) { // 这里写逻辑代码 } }
vue单页面 方法和计算属性 是使用 像 普通js 方法一样的注释吗????如:
methods: {
/**
* 加载运送类型列表
* @param {string} transTypeParentCode 接口请求的参数: 运送编码
*/
getTransTypeList (transTypeParentCode) {
// 这里写逻辑代码
}
}