摘要: css: js: main.js代码: 1 import Vuex from 'vuex' 2 Vue.use(Vuex); 3 const store = new Vuex.Store({ 4 state: { 5 majorDetail: false, 6 Index: document.loc 阅读全文
posted @ 2019-04-30 16:36 遇你温柔如初 阅读(5934) 评论(0) 推荐(0) 编辑
摘要: 效果图: 1.html代码 1 <div class="form-group" style="display: flex;"> 2 <div> 3 <span>验证码:</span> 4 <input type="text" id="code" v-model="code" class="code" 阅读全文
posted @ 2019-04-30 15:35 遇你温柔如初 阅读(24149) 评论(3) 推荐(8) 编辑