mirror of https://github.com/ElemeFE/element
fix SSR regression (#2982)
parent
0eda18824a
commit
42264938e9
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue