Skip to content

Commit

Permalink
fix error when building the documentation site (#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil authored Oct 2, 2024
1 parent 12ecfa7 commit 572fa9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/components/PlotRender.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import * as Plot from "@observablehq/plot";
import {h, withDirectives} from "vue";

class Event {}

class Document {
constructor() {
this.documentElement = new Element(this, "html");
this.defaultView = {Event};
}
createElementNS(namespace, tagName) {
return new Element(this, tagName);
Expand Down

0 comments on commit 572fa9e

Please sign in to comment.