blob: f8879f694b6cde8644a4097fc556a9745fa7d7db [file] [log] [blame]
module.exports = {
data: function() {
return {
hi: 'Hello',
name: 'Weex'
}
}
}