Skip to content

Commit 7a53208

Browse files
committed
fix(virtual): fix error in Virtual slides
fixes #7997
1 parent 8eb42af commit 7a53208

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/modules/virtual/virtual.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
import { getDocument } from 'ssr-window';
2-
import { createElement, elementChildren, setCSSProperty } from '../../shared/utils.mjs';
2+
import {
3+
createElement,
4+
elementChildren,
5+
setCSSProperty,
6+
setInnerHTML,
7+
} from '../../shared/utils.mjs';
38

49
export default function Virtual({ swiper, extendParams, on, emit }) {
510
extendParams({

0 commit comments

Comments
 (0)