Skip to content

Commit 9c3e9f3

Browse files
committed
fix: remove dir attr
1 parent 7796894 commit 9c3e9f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

antdv-demo

components/vc-slick/src/inner-slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ export default {
706706

707707
let innerSliderProps = {
708708
class: className,
709-
dir: 'ltr',
709+
// dir: 'ltr',
710710
};
711711

712712
if (this.unslick) {

examples/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55
</template>
66
<script>
7-
import demo from '../antdv-demo/docs/comment/demo/nested';
7+
import demo from '../antdv-demo/docs/carousel/demo/autoplay.md';
88
99
export default {
1010
components: {

0 commit comments

Comments
 (0)