File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ WORKDIR /usr/crowd/frontend
55COPY package-lock.json package.json ./
66RUN npm ci
77
8- COPY .browserslistrc .eslintrc.js .prettierrc babel.config.js postcss.config.js tailwind.config.js vue.config.js ./
8+ COPY .browserslistrc .eslintrc.js babel.config.js postcss.config.js tailwind.config.js vue.config.js ./
99COPY ./public ./public
1010COPY ./src ./src
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ WORKDIR /usr/crowd/frontend
55COPY package-lock.json package.json ./
66RUN npm ci
77
8- COPY .browserslistrc .eslintrc.js .prettierrc babel.config.js postcss.config.js tailwind.config.js vue.config.js ./
8+ COPY .browserslistrc .eslintrc.js babel.config.js postcss.config.js tailwind.config.js vue.config.js ./
99COPY ./public ./public
1010COPY ./src ./src
1111RUN NODE_ENV=production npx vue-cli-service build --mode production
Original file line number Diff line number Diff line change @@ -179,11 +179,11 @@ export default ({
179179 message : content ,
180180 showClose : true ,
181181 showCancelButton,
182- overrideCustomClass,
182+ customClass : overrideCustomClass ,
183183 confirmButtonText,
184- overrideConfirmButtonClass,
184+ confirmButtonClass : overrideConfirmButtonClass ,
185185 cancelButtonText,
186- overrideCancelButtonClass,
186+ cancelButtonClass : overrideCancelButtonClass ,
187187 } ) ;
188188 }
189189
You can’t perform that action at this time.
0 commit comments