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