引入 element、

This commit is contained in:
pixelqm
2019-09-08 23:37:11 +08:00
parent d0f4ecab2e
commit 6ac4e72981
6 changed files with 1404 additions and 203 deletions

View File

@@ -14,13 +14,7 @@ export default {
}
</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 lang="scss">
// 引入初始化样式
@import '@/style/main.scss'
</style>