[Improvement] Tab animation fluency && position (#379)

This commit is contained in:
neverland
2017-12-05 20:23:34 +08:00
committed by GitHub
parent 2327e75516
commit 5a17bc520a
12 changed files with 199 additions and 393 deletions

View File

@@ -72,7 +72,6 @@
<script>
import Vue from 'vue';
import { isServer } from '../../utils';
import Popup from '../../popup';
import Toast from '../../toast';
import SkuHeader from '../components/SkuHeader';
@@ -177,7 +176,7 @@ export default {
computed: {
bodyStyle() {
if (isServer) {
if (this.$isServer) {
return;
}