cristianhu06 / datatables--jest

0 stars 0 forks source link

10. Errores del Codigo #10

Open cristianhu06 opened 1 year ago

cristianhu06 commented 1 year ago

POR RESOLVER

Image

RESUELTOS

Image

import _ from 'lodash';

window._ = _;
import axios from "axios";

window.axios = axios;

npm run build

cristianhu06 commented 1 year ago

teniamos un error en el modelo de articulos , estabamos creando la funcion users en vez de user.

Image