
hell world this is my first use markdown
cegnjing
一級標題
無序列表
- 1
- 2
- 4
三級
- 鋤禾
- 日當午
- 旱地
xlver
hello
**feni **
fjei
var app5 = new Vue({ el: '#app-5', data: { message:'Hello Vue' }, methods: { reverseMessage: function () { this.message = this.message.split('').reverse().join(''); } } })
fjei
另起一行