Commit 3c664be74e1a8794224ede1d05253195cec3cff7
1 parent
4d234fc3
postcss
Showing
4 changed files
with
8 additions
and
3 deletions
index.html
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> | 5 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
6 | <title>兰州沙盘</title> | 6 | <title>兰州沙盘</title> |
7 | <link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico"> | 7 | <link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico"> |
8 | - <link rel="stylesheet" href="src/style/reset.css" type="text/css"> | 8 | + <link rel="stylesheet" href="src/style/reset.css" > |
9 | </head> | 9 | </head> |
10 | <body> | 10 | <body> |
11 | <div id="app"></div> | 11 | <div id="app"></div> |
postcss.config.js
0 → 100644
src/main.js
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | // (runtime-only or standalone) has been set in webpack.base.conf with an alias. | 2 | // (runtime-only or standalone) has been set in webpack.base.conf with an alias. |
3 | import Vue from 'vue' | 3 | import Vue from 'vue' |
4 | import App from './App' | 4 | import App from './App' |
5 | - | 5 | +import './style/reset.css' |
6 | Vue.config.productionTip = false | 6 | Vue.config.productionTip = false |
7 | 7 | ||
8 | /* eslint-disable no-new */ | 8 | /* eslint-disable no-new */ |