Changed STore Type and corrected all Pages
Added HistoryDisplay.vue Added NumberRanges
This commit is contained in:
@@ -2,13 +2,12 @@
|
||||
definePageMeta({
|
||||
middleware: "auth"
|
||||
})
|
||||
|
||||
const {profiles} = storeToRefs(useDataStore())
|
||||
const dataStore = useDataStore()
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
{{profiles}}
|
||||
{{dataStore.profiles}}
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user