update files

This commit is contained in:
nuintun
2015-11-24 12:23:27 +08:00
parent a3980af265
commit a058067ed0
12 changed files with 100 additions and 110 deletions

View File

@@ -11,7 +11,7 @@
<header class="fn-clear">
<app-configure
:configure.sync="configure"
:unique-projects.sync="uniqueProjects">
:unique.sync="unique">
</app-configure>
<window-control></window-control>
</header>
@@ -25,7 +25,7 @@
<app-main
:active-index.sync="activeIndex"
:projects.sync="configure.projects"
:unique-projects.sync="uniqueProjects">
:unique.sync="unique">
</app-main>
</main>
<no-data :projects="configure.projects"></no-data>