feat: read only mode
This commit is contained in:
@@ -26,5 +26,7 @@ app.mount('#app')
|
||||
const { userResource, allUsers } = usersStore()
|
||||
app.provide('$user', userResource)
|
||||
app.provide('$allUsers', allUsers)
|
||||
|
||||
app.config.globalProperties.$user = userResource
|
||||
app.config.globalProperties.$dialog = createDialog
|
||||
app.config.globalProperties.readOnlyMode = window.read_only_mode
|
||||
|
||||
Reference in New Issue
Block a user