qq_晨钟暮鼓_5
2018-06-19 16:39
export default{
data() {
return {
author: "Mjcc"
}
},
render() {
var styles = {
marginTop: '40',
textAlign: 'center',
color: '#bfbfbf',
fontSize: '10',
textShadowOffset:{width:5,hegith:5},
textShadowRadius:2,
textShadowColor:'grey'
}
return (
<div id= "footer" style={styles}>
<span>I am {this.author}!</span>
</div>
)
}
}
66666
Vue+Webpack打造todo应用
84606 学习 · 787 问题
相似问题