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
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue