Sha256: c994d69e68fc28db32bf12febe18faffcdedb82c447c1cf7e9ce389bc85283c2

Contents?: true

Size: 154 Bytes

Versions: 4

Compression:

Stored size: 154 Bytes

Contents

import {Controller} from "@hotwired/stimulus"

export default class extends Controller {
  connect() {
    this.element.textContent = "Hello world"
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
headmin-0.3.4 app/assets/javascripts/headmin/controllers/hello_controller.js
headmin-0.3.3 app/assets/javascripts/headmin/controllers/hello_controller.js
headmin-0.3.2 app/assets/javascripts/headmin/controllers/hello_controller.js
headmin-0.3.1 app/assets/javascripts/headmin/controllers/hello_controller.js