fix SSR regression (#2982)

pull/2988/head
杨奕 2017-02-23 11:30:38 +08:00 committed by cinwell.li
parent 0eda18824a
commit 42264938e9
5 changed files with 1 additions and 14 deletions

View File

@ -17,9 +17,6 @@
</div>
</template>
<style>
</style>
<script>
import draggable from '../draggable';

View File

@ -11,9 +11,6 @@
</div>
</template>
<style>
</style>
<script>
import draggable from '../draggable';

View File

@ -16,8 +16,7 @@
</div>
</transition>
</template>
<style>
</style>
<script>
import SvPanel from './sv-panel';
import HueSlider from './hue-slider';

View File

@ -15,9 +15,6 @@
</div>
</template>
<style>
</style>
<script>
import draggable from '../draggable';

View File

@ -22,9 +22,6 @@
</div>
</template>
<style>
</style>
<script>
import Color from './color';
import PickerDropdown from './components/picker-dropdown.vue';