We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa144f commit 22e644aCopy full SHA for 22e644a
README.md
@@ -22,6 +22,8 @@ Ps:更新项目别忘了安装vuex依赖
22
//具体的store文件在src/store下面
23
//最新版的demo中、attendance页面可以看到alert的数据
24
25
+第一次加载会判断移动端的跳转会自动收起菜单
26
+
27
###项目效果
28
29
更多更复杂的整合结果可以看我的博客:[http://liujians.me](http://liujians.me)
src/components/attendance.vue
@@ -138,7 +138,7 @@ export default {
138
contentHeader
139
},
140
mounted(){
141
- alert("抓取到vuex数据:"+this.$store.state.test)
+ // alert("抓取到vuex数据:"+this.$store.state.test)
142
$('input[name="daterange"]').daterangepicker({
143
ranges: {
144
'今天': [moment(), moment()],
0 commit comments