ต่อ api บรรจุ
This commit is contained in:
parent
78ca0ceff7
commit
211ee33310
14 changed files with 1142 additions and 799 deletions
|
|
@ -28,6 +28,10 @@ const props = defineProps({
|
|||
type: String,
|
||||
required: true,
|
||||
},
|
||||
fetch: {
|
||||
type: Function,
|
||||
default: () => console.log("not function"),
|
||||
},
|
||||
});
|
||||
|
||||
const $q = useQuasar();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue