Files
myprojplanet_vite/src/root/fundraising/fundraising.vue

10 lines
174 B
Vue
Raw Normal View History

<template>
<CFundRaising></CFundRaising>
</template>
<script lang="ts" src="./fundraising.ts">
</script>
<style lang="scss" scoped>
@import './fundraising.scss';
</style>