mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-24 17:59:05 +01:00
7 lines
91 B
Vue
7 lines
91 B
Vue
<template>
|
|
<div>
|
|
<router-view id="app"></router-view>
|
|
<modal-portal/>
|
|
</div>
|
|
</template>
|