import { Component } from 'san' export default class MyComponent extends Component { inited () { this.data.set('title', '2'); } static computed = { realTitle: function () { return 'real' + this.data.get('title') } } static template = '