This repository was archived by the owner on Jan 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 32
32
"@typescript-eslint/parser" : " ^4.28.4" ,
33
33
"@vitejs/plugin-vue" : " ^1.2.4" ,
34
34
"@vue/compiler-sfc" : " ^3.0.5" ,
35
+ "bootstrap-reboot" : " ^4.5.6" ,
35
36
"eslint" : " ^7.31.0" ,
36
37
"eslint-plugin-import" : " ^2.23.4" ,
37
38
"eslint-plugin-vue" : " ^7.14.0" ,
Original file line number Diff line number Diff line change 1
1
import { createApp } from 'vue'
2
2
import App from './App.vue'
3
3
4
+ import './scss/main.scss'
5
+
4
6
createApp ( App ) . mount ( '#app' )
Original file line number Diff line number Diff line change
1
+ @import ' bootstrap-reboot' ;
Original file line number Diff line number Diff line change @@ -663,6 +663,11 @@ body-scroll-lock@^4.0.0-beta.0:
663
663
resolved "https://registry.yarnpkg.com/body-scroll-lock/-/body-scroll-lock-4.0.0-beta.0.tgz#4f78789d10e6388115c0460cd6d7d4dd2bbc4f7e"
664
664
integrity sha512-a7tP5+0Mw3YlUJcGAKUqIBkYYGlYxk2fnCasq/FUph1hadxlTRjF+gAcZksxANnaMnALjxEddmSi/H3OR8ugcQ==
665
665
666
+ bootstrap-reboot@^4.5.6 :
667
+ version "4.5.6"
668
+ resolved "https://registry.yarnpkg.com/bootstrap-reboot/-/bootstrap-reboot-4.5.6.tgz#902927c584deff5752f445ada93b479af9adc527"
669
+ integrity sha512-V3czvZrmSQP6lmaaJE5spc4sFbqeNDHyjhVTj4EaeVgh5p2maQpDxr+fJP8GfasvP8RG2hWbka15r3Z+OXLwRw==
670
+
666
671
brace-expansion@^1.1.7 :
667
672
version "1.1.11"
668
673
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
You can’t perform that action at this time.
0 commit comments