i18n try
This commit is contained in:
		| @ -2,11 +2,10 @@ | ||||
|   import { ref } from 'vue' | ||||
|   import i18n from './i18n.js' | ||||
|    | ||||
|   const formname = i18n(login.guest.forname) | ||||
|   const login= ref(true) | ||||
|   const page = ref(0) | ||||
|  | ||||
|   const message = ref("") | ||||
|   const message = ref(i18n("login.guest.login") ) | ||||
| </script> | ||||
|  | ||||
|  | ||||
| @ -20,7 +19,6 @@ | ||||
|             <h1 style="color:rgb(239,60,168); font-family: sans-serif;">SIGN IN</h1> | ||||
|               <div class="inputBox"> | ||||
|                 <p>USERNAME</p>  | ||||
|                  | ||||
|                 <input type="text" required> | ||||
|               </div> | ||||
|               <div class="inputBox"> | ||||
| @ -46,7 +44,7 @@ | ||||
|                 <input type="text" required> | ||||
|               </div> | ||||
|               <div class="inputBox"> | ||||
|                 <p>{{ forname }}</p> | ||||
|                 <p>{{ message }}</p> | ||||
|                 <input type="text" required> | ||||
|               </div> | ||||
|               <div class="inputBox"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user