fix: replace all occurrences of component_studly
=> vue_component
This commit is contained in:
parent
b642c98d40
commit
1d56a4c0d0
28 changed files with 88 additions and 88 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue