✨ Add SPA to the Drive project for further usage
This commit is contained in:
		
							
								
								
									
										16
									
								
								DysonNetwork.Drive/Client/src/main.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								DysonNetwork.Drive/Client/src/main.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| import '@fontsource-variable/nunito'; | ||||
|  | ||||
| import './assets/main.css' | ||||
|  | ||||
| import { createApp } from 'vue' | ||||
| import { createPinia } from 'pinia' | ||||
|  | ||||
| import Root from './root.vue' | ||||
| import router from './router' | ||||
|  | ||||
| const app = createApp(Root) | ||||
|  | ||||
| app.use(createPinia()) | ||||
| app.use(router) | ||||
|  | ||||
| app.mount('#app') | ||||
		Reference in New Issue
	
	Block a user