moved TextCard into components
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<component-debug :component="this" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'TextCard',
|
||||
|
||||
props: {
|
||||
id: { type: Number, required: true }
|
||||
},
|
||||
|
||||
created () {
|
||||
console.log('CREATED TEXTCARD', this.id)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user