Skip to content

Commit 77fcc90

Browse files
committed
Fix favicon
1 parent 1b2311e commit 77fcc90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
import { createApp } from 'vue'
33
import router from './router.js'
44

5+
// Assets
6+
import icon from '@/assets/icon.ico'
7+
58
// Components
69
import TemplateComponent from '@/components/Template/template.vue'
710

0 commit comments

Comments
 (0)