generated from gitea_admin/default
13 lines
114 B
Vue
13 lines
114 B
Vue
<template>
|
|
<div>
|
|
<p>Premier component</p>
|
|
</div>
|
|
</template>
|
|
|
|
<script setup>
|
|
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style> |