because of data implementation site can't be loaded directly without first getting the new udp pack, fix that
Line: 223
|
</div> |
|
</template> |
|
<script> |
|
// TODO: Refactor register page and fix direct load bug |
|
// category=nuxt |
|
// because of data implementation site can't be loaded directly without first getting the new udp pack, fix that |
|
import { games } from '~/assets/js/games' |
|
export default { |
|
data: () => ({ |
|
games, |
|
game: null, |
because of data implementation site can't be loaded directly without first getting the new udp pack, fix that
Line: 223
trakr.app//pages/register.vue
Lines 220 to 230 in a42ddb8