|
@@ -202,6 +202,7 @@ import WealthEnergyRing from '../../components/WealthEnergyRing.vue'
|
|
|
import WealthSubScores from '../../components/WealthSubScores.vue'
|
|
import WealthSubScores from '../../components/WealthSubScores.vue'
|
|
|
import BodyWealthAlert from '../../components/BodyWealthAlert.vue'
|
|
import BodyWealthAlert from '../../components/BodyWealthAlert.vue'
|
|
|
import FamilyMemberStrip from '../../components/FamilyMemberStrip.vue'
|
|
import FamilyMemberStrip from '../../components/FamilyMemberStrip.vue'
|
|
|
|
|
+import DimensionIntroCard from '../../components/DimensionIntroCard.vue'
|
|
|
import {
|
|
import {
|
|
|
getChildren,
|
|
getChildren,
|
|
|
getWealthDetail,
|
|
getWealthDetail,
|
|
@@ -213,7 +214,7 @@ import {
|
|
|
} from '../../utils/api.js'
|
|
} from '../../utils/api.js'
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
- components: { TabTransition, PageBanner, WealthEnergyRing, WealthSubScores, BodyWealthAlert, FamilyMemberStrip },
|
|
|
|
|
|
|
+ components: { TabTransition, PageBanner, WealthEnergyRing, WealthSubScores, BodyWealthAlert, FamilyMemberStrip, DimensionIntroCard },
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
showTabTransition: true,
|
|
showTabTransition: true,
|