adding in character detail stuff
This commit is contained in:
@@ -35,7 +35,7 @@ import axios from 'axios'
|
||||
let page = 1
|
||||
let count = 10
|
||||
const games = ref({})
|
||||
const pageCount = ref({})
|
||||
const pageCount = ref(1)
|
||||
|
||||
async function loadData() {
|
||||
const response = await axios.post('/api/game', {
|
||||
|
||||
Reference in New Issue
Block a user