canjs / can-stache-element

Create custom elements with can-stache and can-define-class
https://canjs.com/doc/can-stache-element.html
MIT License
3 stars 1 forks source link

Use 'can' module in example instead of 'everything' #99

Closed cherifGsoul closed 4 years ago

cherifGsoul commented 4 years ago

Update the docs to use import { StacheElement } from "can"; instead of import { StacheElement } from "can/everything"; .