You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asi jsem idiot, na lokale se mi to nepovedlo rozchodit.
sel jsem na to takhle: npm install --save vue-highlightjs
pak jsem do main.js pridal:
import VueHighlightJS from "vue-highlightjs"
// Highlight.js languages (Only sql)
import sql from 'highlight.js/lib/languages/sql'
import javascript from 'highlight.js/lib/languages/javascript'
Vue.config.productionTip = false
Vue.use(VueHighlightJS, {
// Register only languages that we need
languages: {
sql,
javascript
}
})
a do tahak vue zkousel pridat <highlight-code lang="sql"> Select * from terror where nkillter > 0; </highlight-code>
i <pre v-highlightjs><code class="sql"> Select * from terror where nkillter > 0; </code></pre>
ale bez uspechu, pise mi to 'Unknown custom element: - did you register the component correctly?'
commitnuto, jen bude potreba do dependencies narvat vue-highlightjs a asi do assets vrazit ten ir-black.css, protoze ten je soucasti highlight.js, v tom vue-highlight jsem styly nenasel...
Asi jsem idiot, na lokale se mi to nepovedlo rozchodit.
sel jsem na to takhle:
npm install --save vue-highlightjs
pak jsem do main.js pridal:
a do tahak vue zkousel pridat
<highlight-code lang="sql"> Select * from terror where nkillter > 0; </highlight-code>
i
<pre v-highlightjs><code class="sql"> Select * from terror where nkillter > 0; </code></pre>
ale bez uspechu, pise mi to 'Unknown custom element: - did you register the component correctly?'
https://www.npmjs.com/package/vue-highlightjs
The text was updated successfully, but these errors were encountered: