wip
This commit is contained in:
		
							parent
							
								
									00119328f2
								
							
						
					
					
						commit
						ba9340a26b
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
<div>
 | 
					<div>
 | 
				
			||||||
	<nav>
 | 
						<nav>
 | 
				
			||||||
		<ul>
 | 
							<ul>
 | 
				
			||||||
			<li @click="nav('dashboard')" :class="{ active: page == 'dashboard' }">%i18n:@dashborad%</li>
 | 
								<li @click="nav('dashboard')" :class="{ active: page == 'dashboard' }">%i18n:@dashboard%</li>
 | 
				
			||||||
			<li @click="nav('drive')" :class="{ active: page == 'drive' }">%i18n:@drive%</li>
 | 
								<li @click="nav('drive')" :class="{ active: page == 'drive' }">%i18n:@drive%</li>
 | 
				
			||||||
			<li @click="nav('users')" :class="{ active: page == 'users' }">%i18n:@users%</li>
 | 
								<li @click="nav('users')" :class="{ active: page == 'users' }">%i18n:@users%</li>
 | 
				
			||||||
			<li @click="nav('update')" :class="{ active: page == 'update' }">%i18n:@update%</li>
 | 
								<li @click="nav('update')" :class="{ active: page == 'update' }">%i18n:@update%</li>
 | 
				
			||||||
| 
						 | 
					@ -27,9 +27,9 @@ import XDashboard from "./admin.dashboard.vue";
 | 
				
			||||||
import XSuspendUser from "./admin.suspend-user.vue";
 | 
					import XSuspendUser from "./admin.suspend-user.vue";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default Vue.extend({
 | 
					export default Vue.extend({
 | 
				
			||||||
  components: {
 | 
						components: {
 | 
				
			||||||
		XDashboard,
 | 
							XDashboard,
 | 
				
			||||||
    XSuspendUser
 | 
							XSuspendUser
 | 
				
			||||||
  }
 | 
						}
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue