6 lines
89 B
Vue
6 lines
89 B
Vue
<template>
|
|
<RouterView />
|
|
|
|
<DynamicDialog /> <ConfirmDialog /> <Toast />
|
|
</template>
|