updates the foto_sperre_function to automatically update the data of the vue component

This commit is contained in:
Simon Gschnell
2023-11-22 09:51:49 +01:00
parent 16b61d0560
commit 0e813f78fb
4 changed files with 186 additions and 43 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ $this->load->view('templates/CISHTML-Header', $includesArray);
?>
<div id="content">
<h2>Profil22</h2>
<h2>Profil</h2>
<hr>
<p><?php echo $uid; ?></p>
<!-- we can pass information from the php view file to the public js file through interpolating data from php into vue props -->