不能修改app.vue
我app.vue打開不一樣
<template>
? <div id="app">
? ? <img src="./assets/logo.png">
? ? <router-view/>
? </div>
</template>
<script>
export default {
? name: 'App'
}
</script>
<style>
#app {
? font-family: 'Avenir', Helvetica, Arial, sans-serif;
? -webkit-font-smoothing: antialiased;
? -moz-osx-font-smoothing: grayscale;
? text-align: center;
? color: #2c3e50;
? margin-top: 60px;
}
</style>
它是這樣的,字體也都是黑色的
2018-08-20
安裝vue了?? ?
vue官網:https://cn.vuejs.org/v2/guide/installation.html
2018-08-19