File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
OrchardCore.Commerce.Tax/Views
OrchardCore.Commerce/Views Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 132132 <input type =" hidden" name =" @Html.NameFor(model => model.RatesJson)" :value =" json" />
133133</div >
134134
135- <script at =" Head" asp-name =" vuejs" ></script >
136- <script at =" Foot" asp-name =" OrchardCore.Commerce.Tax.TaxRateEditor" ></script >
135+ <script at =" Foot" asp-name =" OrchardCore.Commerce.Tax.TaxRateEditor" depends-on =" vuejs:2" ></script >
Original file line number Diff line number Diff line change 170170</div >
171171
172172<script asp-name =" @ResourceNames.ToggleSecondAddress" at =" Foot" ></script >
173- <script at =" Head" asp-name =" vuejs" ></script >
174- <script at =" Foot" depends-on =" vuejs" >
173+ <script at =" Foot" depends-on =" vuejs:2" >
175174 const vueQuery = ' #orderPart__products' ;
176175
177176 let lineItems = @Json .Serialize (Model .LineItems );
Original file line number Diff line number Diff line change 3939 <span asp-validation-for =" TieredValuesSerialized" ></span >
4040</section >
4141
42- <script at =" Foot" asp-name =" vuejs" ></script >
43- <script at =" Foot" depends-on =" vuejs" >
42+ <script at =" Foot" depends-on =" vuejs:2" >
4443 let app = new Vue ({
4544 el: " #price-tiers" ,
4645 data: {
You can’t perform that action at this time.
0 commit comments