mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[Improvement] Tab animation fluency && position (#379)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user