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 12ecfa7 commit 572fa9eCopy full SHA for 572fa9e
docs/components/PlotRender.js
@@ -1,9 +1,12 @@
1
import * as Plot from "@observablehq/plot";
2
import {h, withDirectives} from "vue";
3
4
+class Event {}
5
+
6
class Document {
7
constructor() {
8
this.documentElement = new Element(this, "html");
9
+ this.defaultView = {Event};
10
}
11
createElementNS(namespace, tagName) {
12
return new Element(this, tagName);
0 commit comments