fix: replace all occurrences of component_studly => vue_component

This commit is contained in:
Lance Edgar 2024-08-19 09:53:10 -05:00
parent b642c98d40
commit 1d56a4c0d0
28 changed files with 88 additions and 88 deletions

View file

@ -12,7 +12,7 @@
${parent.modify_this_page_vars()}
<script type="text/javascript">
${form.component_studly}Data.probesData = ${json.dumps(probes_data)|n}
${form.vue_component}Data.probesData = ${json.dumps(probes_data)|n}
</script>
</%def>

View file

@ -26,7 +26,7 @@
${parent.modify_this_page_vars()}
<script type="text/javascript">
${form.component_studly}Data.probesData = ${json.dumps(probes_data)|n}
${form.vue_component}Data.probesData = ${json.dumps(probes_data)|n}
</script>
</%def>