code-prettify nuxt
mounted () {
// https://github.com/google/code-prettify/issues/578
const prettyPrint = require('code-prettify')
this.$nextTick(function () {
prettyPrint.prettyPrint()
})
}最終更新
mounted () {
// https://github.com/google/code-prettify/issues/578
const prettyPrint = require('code-prettify')
this.$nextTick(function () {
prettyPrint.prettyPrint()
})
}最終更新