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