Skip to content

包含 markdown 文件

js
export default { 
  data () {
    return {
      msg: `Highlighted!
      This line isn't highlighted,  
      but this and the next 2 are.`, 
      motd: 'VitePress is awesome', 
      lorem: 'ipsum'
    }
  }
}