document.addEventListener('turbolinks:load', () => {
  const el = document.querySelector('#vue-simple-new-specimen')

  if (el) {
    initApp(el)