Skip to content
目录

react

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1
js
export default {
  data () { 
    return {
      msg: 'Highlighted!'
    }
  }
}
js
export default {
  data () {
    return {
      msg: 'Focused!' 
    }
  }
}
js
export default {
  data () {
    return {
      msg: 'Removed' 
      msg: 'Added' 
      msg: 'Error' 
      msg: 'Warning' 
    }
  }
}

🎉 💯

INFO

This is an info box.

TIP

This is a tip.

WARNING

This is a warning.

DANGER

This is a dangerous warning.

Details

This is a details block.

STOP

Danger zone, do not proceed

Click me to view the code
js
console.log('Hello, VitePress!')

Markdown Content

The count is: 0

Released under the MIT License.