Sha256: ee059828c553568a2865ed610efbc51fcdd8f50813bea784f6b16982676ccd89
Contents?: true
Size: 193 Bytes
Versions: 3
Compression:
Stored size: 193 Bytes
Contents
import { Controller } from "@hotwired/stimulus"; import hljs from "highlight.js"; export default class extends Controller { connect() { console.log("hi"); hljs.highlightAll(); } }
Version data entries
3 entries across 3 versions & 1 rubygems