Want to throw messages to the browser's console?
console.log('Hello, VuePress!')
Want to output a table of data to the browser's console?
console.table({"A": 1, "B": 2, "C": 3})
← Vue.JS CSS →