Sha256: ad3eab6761f1fe3d5f055be3dacafabffca82c4059f033d4eaa652644d3af60d
Contents?: true
Size: 429 Bytes
Versions: 8
Compression:
Stored size: 429 Bytes
Contents
import { Controller } from 'stimulus' /* This is your application's ApplicationController. * All StimulusReflex controllers should inherit from this class. * * Example: * * import ApplicationController from './application_controller' * * export default class extends ApplicationController { ... } * * Learn more at: https://docs.stimulusreflex.com */ export default class extends Controller { connect () { } }
Version data entries
8 entries across 8 versions & 1 rubygems