mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-09 20:43:32 +08:00
Updated another set of components
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import {Component} from "./component";
|
||||
|
||||
class PermissionsTable {
|
||||
export class PermissionsTable extends Component {
|
||||
|
||||
setup() {
|
||||
this.container = this.$el;
|
||||
@ -62,6 +63,4 @@ class PermissionsTable {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default PermissionsTable;
|
||||
}
|
Reference in New Issue
Block a user