mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
build(projects): update tsconfig、eslintrc
This commit is contained in:
@@ -11,7 +11,7 @@ export default function useModalVisible(hideScroll = true) {
|
||||
const { scrollBodyHandler } = useBodyScroll();
|
||||
|
||||
function modalVisibleWatcher() {
|
||||
const stopHandle = watch(visible, async newValue => {
|
||||
const stopHandle = watch(visible, async (newValue) => {
|
||||
scrollBodyHandler(newValue);
|
||||
});
|
||||
|
||||
@@ -28,6 +28,6 @@ export default function useModalVisible(hideScroll = true) {
|
||||
visible,
|
||||
openModal,
|
||||
closeModal,
|
||||
toggleModal
|
||||
toggleModal,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user