py
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
import { ref, onMounted, computed } from 'vue'
|
||||
import { LayoutDashboardIcon, BookOpenIcon, KeyIcon, TrophyIcon, MenuIcon, ShuffleIcon, BookmarkIcon } from 'lucide-vue-next'
|
||||
import { useQuizStore } from './store/quiz'
|
||||
import { SetGeminiKey } from '../bindings/changeme/QuizService'
|
||||
import { SetGeminiKey } from '../bindings/changeme/quizservice'
|
||||
|
||||
const store = useQuizStore()
|
||||
const geminiKey = ref(store.geminiKey)
|
||||
|
||||
Reference in New Issue
Block a user