17 lines
233 B
Vue
17 lines
233 B
Vue
<!--
|
|
* %FFILE%
|
|
* Copyright (C) %YEAR% %USER% <%MAIL%>
|
|
* %FDATE%
|
|
* Distributed under terms of the %LICENSE% license.
|
|
-->
|
|
<template>
|
|
<div>%HERE%</div>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
</script>
|
|
|
|
<style scoped>
|
|
</style>
|
|
|