We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d253b8 commit 0b1f604Copy full SHA for 0b1f604
docs/demo.md
@@ -42,7 +42,7 @@
42
43
<script>
44
import { Bootstrap4Pagination, Bootstrap5Pagination, TailwindPagination } from '@/lib';
45
-import RenderToIFrame from '@/demo/components/RenderToIFrame.js';
+import RenderToIFrame from '@/demo/components/RenderToIframe';
46
47
const dummyData = [
48
{ id: 1 },
src/demo/App.vue
@@ -80,7 +80,7 @@
80
81
import '../../node_modules/bootstrap/dist/css/bootstrap.css';
82
import { Bootstrap4Pagination, Bootstrap5Pagination, TailwindPagination } from '../lib';
83
-import RenderToIFrame from './components/RenderToIFrame.js';
+import RenderToIFrame from './components/RenderToIframe';
84
85
86
0 commit comments