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

fix SSR regression (#2982)

parent 0eda1882
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
</div> </div>
</template> </template>
<style>
</style>
<script> <script>
import draggable from '../draggable'; import draggable from '../draggable';
......
...@@ -11,9 +11,6 @@ ...@@ -11,9 +11,6 @@
</div> </div>
</template> </template>
<style>
</style>
<script> <script>
import draggable from '../draggable'; import draggable from '../draggable';
......
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
</div> </div>
</transition> </transition>
</template> </template>
<style>
</style>
<script> <script>
import SvPanel from './sv-panel'; import SvPanel from './sv-panel';
import HueSlider from './hue-slider'; import HueSlider from './hue-slider';
......
...@@ -15,9 +15,6 @@ ...@@ -15,9 +15,6 @@
</div> </div>
</template> </template>
<style>
</style>
<script> <script>
import draggable from '../draggable'; import draggable from '../draggable';
......
...@@ -22,9 +22,6 @@ ...@@ -22,9 +22,6 @@
</div> </div>
</template> </template>
<style>
</style>
<script> <script>
import Color from './color'; import Color from './color';
import PickerDropdown from './components/picker-dropdown.vue'; 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