File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change
1
+ import './assets/main.css'
2
+
1
3
import { createApp } from 'vue'
2
4
import App from './App.vue'
3
5
4
- import './assets/main.css'
5
-
6
6
createApp ( App ) . mount ( '#app' )
Original file line number Diff line number Diff line change
1
+ import './assets/main.css'
2
+
1
3
import { createApp } from 'vue'
2
4
import { createPinia } from 'pinia'
3
5
import App from './App.vue'
4
6
5
- import './assets/main.css'
6
-
7
7
const app = createApp ( App )
8
8
9
9
app . use ( createPinia ( ) )
Original file line number Diff line number Diff line change
1
+ import './assets/main.css'
2
+
1
3
import { createApp } from 'vue'
2
4
import { createPinia } from 'pinia'
3
5
4
6
import App from './App.vue'
5
7
import router from './router'
6
8
7
- import './assets/main.css'
8
-
9
9
const app = createApp ( App )
10
10
11
11
app . use ( createPinia ( ) )
Original file line number Diff line number Diff line change
1
+ import './assets/main.css'
2
+
1
3
import { createApp } from 'vue'
2
4
import App from './App.vue'
3
5
import router from './router'
4
6
5
- import './assets/main.css'
6
-
7
7
const app = createApp ( App )
8
8
9
9
app . use ( router )
You can’t perform that action at this time.
0 commit comments