* Update ja-JP.yml * Create 404.vue * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update 404.vue * Update meta.ts * Update instance.vue * Update update-meta.ts
This commit is contained in:
		 Acid Chicken (硫酸鶏)
					Acid Chicken (硫酸鶏)
				
			
				
					committed by
					
						 syuilo
						syuilo
					
				
			
			
				
	
			
			
			 syuilo
						syuilo
					
				
			
						parent
						
							638d81b66e
						
					
				
				
					commit
					08142ead67
				
			| @@ -9,6 +9,7 @@ import './style.styl'; | ||||
|  | ||||
| import init from '../init'; | ||||
| import Index from './views/index.vue'; | ||||
| import NotFound from '../common/views/pages/404.vue'; | ||||
|  | ||||
| /** | ||||
|  * init | ||||
| @@ -20,6 +21,7 @@ init(launch => { | ||||
| 		base: '/auth/', | ||||
| 		routes: [ | ||||
| 			{ path: '/:token', component: Index }, | ||||
| 			{ path: '*', component: NotFound } | ||||
| 		] | ||||
| 	}); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user