update codesandbox demo

pull/3455/head
Tuğçe Küçükoğlu 2022-12-28 15:28:17 +03:00
parent 015c54cc48
commit 5f54981b50
1 changed files with 1 additions and 2 deletions

View File

@ -240,8 +240,7 @@ export default {
<script>
import { ref, onMounted } from 'vue';
import { FilterMatchMode } from 'primevue/api';
import CustomerService from './service/CustomerService';
import CarService from './service/CarService';
export default {
setup() {