Files
freeplanet/src/components/CInput/CInput.vue

12 lines
164 B
Vue
Raw Normal View History

2021-02-11 02:21:36 +01:00
<template>
<div>
<q-field
</div>
</template>
<script lang="ts" src="./CInput.ts">
</script>
<style lang="scss" scoped>
@import './CInput.scss';
</style>