1111 <v-icon color =" primary" size =" x-large" >mdi-information</v-icon >
1212 </template >
1313 <strong >Note:</strong > Please read and understand the full eligibility requirements in the
14- <a
15- href =" https://www2.gov.bc.ca/gov/content/family-social-supports/caring-for-young-children/childcarebc-programs/wage-enhancement"
16- target =" _blank"
17- class =" text-decoration-underline"
18- >
19- ECE-WE Funding Guidelines</a
20- >. All CCFRI-eligible facilities must opt-in to CCFRI <strong >to be eligible for ECE-WE.</strong >
14+
15+ <a :href =" eceweFundingUrl" target =" _blank" class =" text-decoration-underline" > ECE-WE Funding Guidelines</a >. All
16+ CCFRI-eligible facilities must opt-in to CCFRI <strong >to be eligible for ECE-WE.</strong >
2117 </v-alert >
2218
2319 <v-skeleton-loader v-if =" isLoading" :loading =" isLoading" type =" table-tbody" class =" my-2" ></v-skeleton-loader >
@@ -104,7 +100,7 @@ export default {
104100 computed: {
105101 ... mapState (useAuthStore, [' userInfo' ]),
106102 ... mapState (useEceweAppStore, [' isStarted' , ' eceweModel' ]),
107- ... mapState (useAppStore, [' fundingModelTypeList' , ' getLanguageYearLabel' ]),
103+ ... mapState (useAppStore, [' fundingModelTypeList' , ' getLanguageYearLabel' , ' getEceweFundingUrl ' ]),
108104 ... mapState (useNavBarStore, [' navBarList' , ' changeRequestId' , ' previousPath' , ' isChangeRequest' ]),
109105 ... mapState (useApplicationStore, [
110106 ' formattedProgramYear' ,
@@ -117,6 +113,9 @@ export default {
117113 ... mapState (useOrganizationStore, [' organizationProviderType' ]),
118114 ... mapState (useReportChangesStore, [' loadedChangeRequest' , ' isEceweUnlocked' , ' changeRequestStatus' ]),
119115
116+ eceweFundingUrl () {
117+ return this .getEceweFundingUrl (this .programYearId );
118+ },
120119 filteredECEWEFacilityList () {
121120 const eceweAppStore = useEceweAppStore ();
122121 if (this .isChangeRequest ) {
0 commit comments