1export function data() {
2    return {
3        hi: 'Hello',
4        name: 'Weex'
5    }
6}