Skip to content

Commit

Permalink
fix: 🧩 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
17359898647 committed Sep 25, 2023
1 parent 44b8277 commit 5cfa796
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/directive/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Directive } from 'vue'

export const permissions: Directive = {
mounted(el, { instance, value }) {
console.log('permissions', instance)
console.log('permissions', instance, value)
el.remove()
},
}
1 change: 0 additions & 1 deletion src/naiveHooks/useDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export type PickDialogOptions = Partial<
* @description 弹出提示框
* @param options
* @return
* @param options
*/
export function createDialog(options?: PickDialogOptions) {
const optionsCopy = { ...defaultDialogOptions, ...options }
Expand Down

0 comments on commit 5cfa796

Please sign in to comment.