mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-07 11:24:35 +08:00
Updated another set of components
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
/**
|
||||
* @extends {Component}
|
||||
*/
|
||||
import {htmlToDom} from "../services/dom";
|
||||
import {Component} from "./component";
|
||||
|
||||
class EntityPermissions {
|
||||
export class EntityPermissions extends Component {
|
||||
|
||||
setup() {
|
||||
this.container = this.$el;
|
||||
@ -74,6 +72,4 @@ class EntityPermissions {
|
||||
row.remove();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default EntityPermissions;
|
||||
}
|
Reference in New Issue
Block a user