change prop type
This commit is contained in:
parent
aa4f9c2dc7
commit
299985afef
1 changed files with 3 additions and 4 deletions
|
|
@ -16,7 +16,8 @@
|
|||
href="#"
|
||||
data-afterpay-modal="en_US"
|
||||
data-bind="click:afterpayLearnMore"
|
||||
class="afterpay-learn-more">Learn more
|
||||
class="afterpay-learn-more">
|
||||
<span>Learn more</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -32,8 +33,6 @@ import {
|
|||
setupModalLinks
|
||||
} from "@/helpers/cms-content-helper";
|
||||
import { formatAmountInDollars } from '@/helpers/text-helper.js';
|
||||
import textLink from "@/ux-components/text-link/text-link";
|
||||
import modal from "@/digital-components/modal/modal";
|
||||
import widgetFields from '@/constants/cms-widget-fields.js'; import { useMainStore } from '@/store/index.js';
|
||||
|
||||
export default {
|
||||
|
|
@ -43,7 +42,7 @@ export default {
|
|||
props: {
|
||||
cmsWidgetName: String,
|
||||
modalWidgetName: String,
|
||||
totalServicePrice: String
|
||||
totalServicePrice: Number
|
||||
},
|
||||
setup() {
|
||||
const mainStore = useMainStore();
|
||||
|
|
|
|||
Loading…
Reference in a new issue