moved TextCard into components
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { CardList, CardMap, TreeMap, TextCard } from './library'
|
||||
import { CardList, CardMap, TreeMap } from './library'
|
||||
import TextCard from '@/components/text/TextRefCard'
|
||||
|
||||
|
||||
export default {
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
<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>
|
||||
@@ -1,5 +1,3 @@
|
||||
export { default as CardList } from './CardList'
|
||||
export { default as CardMap } from './CardMap'
|
||||
export { default as TreeMap } from './TreeMap'
|
||||
|
||||
export { default as TextCard } from './TextCard'
|
||||
|
||||
Reference in New Issue
Block a user