最終更新 4 年前
mounted () { // https://github.com/google/code-prettify/issues/578 const prettyPrint = require('code-prettify') this.$nextTick(function () { prettyPrint.prettyPrint() }) }
vuetifyのcodeタグとかぶってるのか?とかいろんな疑念が出てきたが解決できてよかった
しかし、mountedのたびにrequire?っていう気もする