mirror of
https://gitee.com/honghuangdc/soybean-admin-element-plus.git
synced 2026-05-11 09:52:32 +00:00
feat(projects): 🎉 init project
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { ref } from 'vue';
|
||||
|
||||
/**
|
||||
* boolean
|
||||
* @param initValue init value
|
||||
* Boolean
|
||||
*
|
||||
* @param initValue Init value
|
||||
*/
|
||||
export default function useBoolean(initValue = false) {
|
||||
const bool = ref(initValue);
|
||||
|
||||
Reference in New Issue
Block a user