UNPKG

can-view-import

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