diff --git a/index.html b/index.html
index 9c49002..9d33c85 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
兰州沙盘
-
+
diff --git a/postcss.config.js b/postcss.config.js
new file mode 100644
index 0000000..334ef16
--- /dev/null
+++ b/postcss.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+ plugins: {
+ 'autoprefixer': {browsers: 'last 5 version'}
+ }
+}
diff --git a/src/main.js b/src/main.js
index 684ffac..edf2c04 100644
--- a/src/main.js
+++ b/src/main.js
@@ -2,7 +2,7 @@
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from 'vue'
import App from './App'
-
+import './style/reset.css'
Vue.config.productionTip = false
/* eslint-disable no-new */
diff --git a/src/view/VHome.vue b/src/view/VHome.vue
index 9b9642c..4bce981 100644
--- a/src/view/VHome.vue
+++ b/src/view/VHome.vue
@@ -1,5 +1,5 @@
- shouye
+ shou1ye