FederationOfTech / Coalesce

An open source volunteer management platform from the Federation of Humanitarian Technologists
GNU Affero General Public License v3.0
13 stars 13 forks source link

Create an opportunity UI #69

Closed SamphireReeve closed 3 years ago

stefanha commented 3 years ago

The Firefox Web Developer panel shows the following warnings:

[Vue warn]: Property or method "dense" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.

found in

---> <CreateAnOpportunityPage> at src/pages/CreateAnOpportunityPage.vue
       <QPageContainer>
         <QLayout>
           <MainLayout> at src/layouts/MainLayout.vue
             <App> at src/App.vue
               <Root>

and

Vue warn]: Property or method "text" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.

found in

---> <CreateAnOpportunityPage> at src/pages/CreateAnOpportunityPage.vue
       <QPageContainer>
         <QLayout>
           <MainLayout> at src/layouts/MainLayout.vue
             <App> at src/App.vue
               <Root>
stefanha commented 3 years ago

Thank you for all your contributions this hackathon!