yxuse 1.0.40 → 1.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -320,6 +320,8 @@ import { auth } from "yxuse/api";
320
320
  return !authButtonList.includes(value) ? el.parentNode.removeChild(el) : "";
321
321
  }
322
322
  export default auth;
323
+ //如何使用,“stationController.addStation标识需要与按钮权限标识匹配”
324
+ <div v-auth="'stationController.addStation'"> </div>;
323
325
  ```
324
326
 
325
327
  ## 主题