Files
salvato.newfreeplanet/src/views/testServer/testServer.vue

14 lines
205 B
Vue
Raw Normal View History

<template>
<q-page class="">
<CTestServer></CTestServer>
</q-page>
</template>
<script lang="ts" src="./testServer.ts">
</script>
<style lang="scss" scoped>
@import './testServer.scss';
</style>