DataView, OrderList, PickList unstyled demo updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-27 09:42:04 +03:00
parent 1b65bdab8a
commit 8c8287268f
13 changed files with 401 additions and 24 deletions

View file

@ -111,7 +111,7 @@ import { ProductService } from '@/service/ProductService'
const products = ref(null);
onMounted(() => {
ProductService.getProductsSmall().then((data) => (this.products = data));
ProductService.getProductsSmall().then((data) => (products.value = data));
});
<\/script>`,
data: `