♻️ (flux note) move in a component flux …
flux note will be used for fleeting notes and drafts too
This commit is contained in:
20
src/views/FleetingNotes.vue
Normal file
20
src/views/FleetingNotes.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<div class="fleeting-notes"></div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'FleetingNotes',
|
||||
props: {
|
||||
user: { type: String, required: true },
|
||||
repo: { type: String, required: true }
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.fleeting-notes {
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user