fix: remove dir attr
parent
7796894e01
commit
9c3e9f3d18
|
@ -1 +1 @@
|
||||||
Subproject commit 6652afcfa6ec0782f75d972cb3485891c0fa405c
|
Subproject commit 77eb896f2c0cf51093ed3f000c29ed380c440706
|
|
@ -706,7 +706,7 @@ export default {
|
||||||
|
|
||||||
let innerSliderProps = {
|
let innerSliderProps = {
|
||||||
class: className,
|
class: className,
|
||||||
dir: 'ltr',
|
// dir: 'ltr',
|
||||||
};
|
};
|
||||||
|
|
||||||
if (this.unslick) {
|
if (this.unslick) {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import demo from '../antdv-demo/docs/comment/demo/nested';
|
import demo from '../antdv-demo/docs/carousel/demo/autoplay.md';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
|
|
Loading…
Reference in New Issue