判断属性是否不为空字符(null,undefined也会当做空处理)
<template> <div> <el-row> sksUtils.strIsEmpty('asus')={{sksUtils.strIsEmpty('asus')}} </el-row> <el-row> sksUtils.strIsEmpty('')={{sksUtils.strIsEmpty('')}} </el-row> </div> </template> <script> export default { data() { return { } } } </script>
← 常见错误 Button按钮 →