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> <script>
import { ref, onMounted } from 'vue'; import { ref, onMounted } from 'vue';
import { FilterMatchMode } from 'primevue/api'; import CarService from './service/CarService';
import CustomerService from './service/CustomerService';
export default { export default {
setup() { setup() {