intercept a tag clicks and attempt vue routing to avoid having to know about vue router configuration; routes include Stundenplan, MyLv;

This commit is contained in:
Johann Hoffmann
2025-01-16 15:16:33 +01:00
parent 4b2a1cd7f6
commit 0ec3ba8e69
17 changed files with 515 additions and 356 deletions
+5 -2
View File
@@ -26,9 +26,12 @@ class MyLv extends Auth_Controller
*/
public function index()
{
$this->load->view('Cis/MyLv');
// $this->load->view('Cis/CisRouterView');
$viewData = array(
);
$this->load->view('CisRouterView/CisRouterView.php', ['viewData' => $viewData, 'route' => 'MyLv']);
}
public function Info($studien_semester,$lvid)