fix use password component

This commit is contained in:
Hamidreza Ghavami 2023-05-08 19:26:01 +04:30
parent fc0882805d
commit 004d69392b
2 changed files with 2 additions and 0 deletions

View file

@ -110,6 +110,7 @@
</a-layout>
{{template "js" .}}
{{template "component/themeSwitcher" .}}
{{template "component/password" .}}
<script>
const app = new Vue({

View file

@ -231,6 +231,7 @@
{{template "js" .}}
{{template "component/themeSwitcher" .}}
{{template "component/password" .}}
{{template "component/setting"}}
<script>