diff --git a/docs/src/demos/Examples/ExportHtmlOrJson/index.spec.js b/docs/src/demos/Examples/ExportHtmlOrJson/index.spec.js new file mode 100644 index 00000000..6f8fde42 --- /dev/null +++ b/docs/src/demos/Examples/ExportHtmlOrJson/index.spec.js @@ -0,0 +1,5 @@ +context('export-html-or-json', () => { + beforeEach(() => { + cy.visit('/examples/export-html-or-json') + }) +}) \ No newline at end of file diff --git a/docs/src/demos/Examples/ExportHtmlOrJson/index.vue b/docs/src/demos/Examples/ExportHtmlOrJson/index.vue new file mode 100644 index 00000000..a42ed69a --- /dev/null +++ b/docs/src/demos/Examples/ExportHtmlOrJson/index.vue @@ -0,0 +1,96 @@ + + + + +