This commit is contained in:
goushine 2020-12-04 17:58:58 +08:00 committed by GitHub
commit 7810676103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 1 deletions

17
c Normal file
View File

@ -0,0 +1,17 @@
origin/CodeSandbox
origin/HEAD -> origin/master
origin/aisen60
origin/check-engine
origin/chore/update
origin/deploy
origin/gh-pages
origin/i18n
origin/master
origin/perf/getInfo
origin/perf/keep-alive
origin/pwa
origin/refactor/copy
origin/refactor/tinymce4.7.6
origin/tag/3.11.0
origin/tinymce-action
origin/webpack3

View File

@ -21,5 +21,5 @@ const store = new Vuex.Store({
modules,
getters
})
// 测试
export default store

View File

@ -10,6 +10,8 @@
<span class="svg-container">
<svg-icon icon-class="user" />
</span>
<!--ref获取本页面dom元素-->
<!--v-model双向数据绑定-->
<el-input
ref="username"
v-model="loginForm.username"