摘要:
ggcss样式 :root{ --bgColor : #d3252a; --pinkColor : #ff4e81; --textColor : #d3252a; --selectdBg:#823d3e; } .colorRed{ color: #f24646; } .colorBlue{ colo 阅读全文
摘要:
app.vue文件 <template> <div id="app"> <router-view></router-view> </div> </template> <script> export default { name: 'App', components: { }, watch:{ }, 阅读全文