UNPKG

funcunit

Version:
9 lines (6 loc) 115 B
define(["can"], function(can){ can.Component.extend({ tag: "hello-world", template: "Hello world!" }); });