Commit 12548b0a by jason

Merge branch 'feature/bpm' of https://gitee.com/yudaocode/yudao-ui-admin-vue3 into feature/bpm

parents cfc00033 4b2ff9f6
......@@ -10,16 +10,16 @@ import { hasPermi } from './permission/hasPermi'
export const setupAuth = (app: App<Element>) => {
hasRole(app)
hasPermi(app)
}
// TODO @jason:拼写是不是 Focus 聚焦?
/**
* 导出指令:v-mountedFoucs
*/
export const setupMountedFoucs= (app: App<Element>) => {
export const setupMountedFoucs = (app: App<Element>) => {
app.directive('mountedFoucs', {
mounted(el) {
el.focus();
el.focus()
}
})
}
// TODO @jason:这个放到 store/modules/bpm/simpleWorkflow.ts
import { store } from '../index'
import { defineStore } from 'pinia'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment