Commit 42264938 authored by 杨奕's avatar 杨奕 Committed by cinwell.li

fix SSR regression (#2982)

parent 0eda1882
......@@ -17,9 +17,6 @@
</div>
</template>
<style>
</style>
<script>
import draggable from '../draggable';
......
......@@ -11,9 +11,6 @@
</div>
</template>
<style>
</style>
<script>
import draggable from '../draggable';
......
......@@ -16,8 +16,7 @@
</div>
</transition>
</template>
<style>
</style>
<script>
import SvPanel from './sv-panel';
import HueSlider from './hue-slider';
......
......@@ -15,9 +15,6 @@
</div>
</template>
<style>
</style>
<script>
import draggable from '../draggable';
......
......@@ -22,9 +22,6 @@
</div>
</template>
<style>
</style>
<script>
import Color from './color';
import PickerDropdown from './components/picker-dropdown.vue';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment