Browse Source

fix: all scss

master
maochaoying 2 years ago
parent
commit
3fd2af71d4
  1. 2
      src/main.js
  2. 0
      src/style.scss

2
src/main.js

@ -2,6 +2,6 @@ import { createApp } from 'vue'
import router from './router'
import store from './store'
import App from './App.vue'
import './style.css'
import './style.scss'
createApp(App).use(router).use(store).mount('#app')

0
src/style.css → src/style.scss

Loading…
Cancel
Save