mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
DataView, OrderList, PickList unstyled demo updates
This commit is contained in:
parent
1b65bdab8a
commit
8c8287268f
13 changed files with 401 additions and 24 deletions
|
@ -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: `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue