Show More
Commit Description:
modernize problem
Commit Description:
modernize problem
File last commit:
Show/Diff file:
Action:
app/javascript/controllers/hello_controller.js | 7 lines | 157 B | application/javascript | JavascriptLexer |
jquery, bootstrap ok
r865 import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
connect() {
this.element.textContent = "Hello World!"
}
}