# 安装
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
🎉 💯
TIP
这是一个提示
WARNING
这是一个警告
DANGER
这是一个危险警告
DETAILS
这是一个详情块,在 IE / Edge 中不生效
STOP
危险区域,禁止通行
点击查看代码
console.log('你好,VuePress!')
export default {
data () {
return {
msg: 'Highlighted!'
}
}
}