This commit is contained in:
parent
2de27f3d88
commit
601e9f023a
|
@ -55,12 +55,6 @@ import { conversation, completion, modelList } from '@/api/mode/index'
|
||||||
const userStore = useUserStore()
|
const userStore = useUserStore()
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
curTemp: {
|
|
||||||
type: Array,
|
|
||||||
default: () => {
|
|
||||||
return []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
tempId: {
|
tempId: {
|
||||||
type: [String, Number],
|
type: [String, Number],
|
||||||
default: ''
|
default: ''
|
||||||
|
|
Loading…
Reference in New Issue