Created
January 31, 2020 06:55
-
-
Save dongsik-yoo/ce0b82b2a8b5db5387d1d3dd6260cefb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new (class extends v { | |
getComponent() { | |
return Object(o.h)("h2", null, "Week View"); | |
} | |
})(document.getElementById("app1")).render(); | |
const m = new (class extends v { | |
getComponent() { | |
return Object(o.h)("h2", null, "Month View"); | |
} | |
})(document.getElementById("app2")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment