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

@ -21,10 +21,10 @@
<script type="text/javascript">
% if expose_shoppers:
${form.component_studly}Data.shoppers = ${json.dumps(shoppers_data)|n}
${form.vue_component}Data.shoppers = ${json.dumps(shoppers_data)|n}
% endif
% if expose_people:
${form.component_studly}Data.peopleData = ${json.dumps(people_data)|n}
${form.vue_component}Data.peopleData = ${json.dumps(people_data)|n}
% endif
ThisPage.methods.detachPerson = function(url) {