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 d7a9a65 commit 98212ffCopy full SHA for 98212ff
docs/demo.md
@@ -42,7 +42,7 @@
42
43
<script>
44
import { Bootstrap4Pagination, Bootstrap5Pagination, TailwindPagination } from '@/lib';
45
-import RenderToIFrame from '@/demo/components/RenderToIFrame';
+import RenderToIFrame from '@/demo/components/RenderToIFrame.js';
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';
+import RenderToIFrame from './components/RenderToIFrame.js';
84
85
86
0 commit comments