import { Component } from 'san' class U extends Component { static template = '{{foo}}' initData () { return { foo: 'foo' }; } } export default class MyComponent extends Component { static template = '