-
-
-
- | {{ props.item.name }} |
- {{ props.item.calories }} |
- {{ props.item.fat }} |
- {{ props.item.carbs }} |
- {{ props.item.protein }} |
- {{ props.item.iron }} |
-
-
-
+
+
+
+ {{ props.item.name }} |
+ {{ props.item.calories }} |
+ {{ props.item.fat }} |
+ {{ props.item.carbs }} |
+ {{ props.item.protein }} |
+ {{ props.item.iron }} |
+
+
+
@@ -64,6 +64,7 @@ export default {
methods: {
getDataFromApi() {
this.loading = true;
+ // eslint-disable-next-line
return new Promise((resolve, reject) => {
const { sortBy, descending, page, rowsPerPage } = this.pagination;
@@ -254,4 +255,4 @@ export default {
// "next": "http://localhost:7575/api/v8.0/Widget/ListWidgets?pageNo=1&pageSize=3",
// "last": "http://localhost:7575/api/v8.0/Widget/ListWidgets?pageNo=34&pageSize=3"
// }
-// }
\ No newline at end of file
+// }
diff --git a/app/ayanova/src/views/inventory.vue b/app/ayanova/src/views/inventory.vue
index 4c6b87aa..8b55f037 100644
--- a/app/ayanova/src/views/inventory.vue
+++ b/app/ayanova/src/views/inventory.vue
@@ -4,6 +4,11 @@