TreeView v1
This commit is contained in:
parent
d1294c2fc4
commit
e9743cd00c
6 changed files with 148 additions and 50 deletions
|
|
@ -7,6 +7,9 @@ import { application } from "./application"
|
|||
import AutosubmitController from "./autosubmit_controller"
|
||||
application.register("autosubmit", AutosubmitController)
|
||||
|
||||
import BsScrollspyController from "./bs_scrollspy_controller"
|
||||
application.register("bs-scrollspy", BsScrollspyController)
|
||||
|
||||
import CheckLinkController from "./check_link_controller"
|
||||
application.register("check-link", CheckLinkController)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue