mirror of
https://github.com/actix/examples
synced 2025-06-27 09:29:02 +02:00
restructure folders
This commit is contained in:
6
cors/frontend/src/main.js
Normal file
6
cors/frontend/src/main.js
Normal file
@ -0,0 +1,6 @@
|
||||
import Vue from 'vue'
|
||||
import App from './app'
|
||||
|
||||
new Vue({
|
||||
render: h => h(App)
|
||||
}).$mount('#app')
|
Reference in New Issue
Block a user