mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-04-24 23:08:02 -05:00
8 lines
107 B
Vue
8 lines
107 B
Vue
<script setup>
|
|
import { RouterView } from "vue-router";
|
|
</script>
|
|
|
|
<template>
|
|
<RouterView />
|
|
</template>
|