|
|
|
@ -3,7 +3,7 @@ import FeedRecents from './Recents/index.vue'
|
|
|
|
|
import FeedChangelog from './Changelog/index.vue' |
|
|
|
|
import FeedYoutube from './Youtube/index.vue' |
|
|
|
|
import FeedTwitter from './Twitter/index.vue' |
|
|
|
|
import FeedRoadmap from './Roadmap.vue' |
|
|
|
|
// import FeedRoadmap from './Roadmap.vue' |
|
|
|
|
const { activeTab } = useProductFeed() |
|
|
|
|
|
|
|
|
|
const tabs: Array<{ |
|
|
|
@ -24,12 +24,12 @@ const tabs: Array<{
|
|
|
|
|
title: 'Changelog', |
|
|
|
|
container: FeedChangelog, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
/* { |
|
|
|
|
key: 'roadmap', |
|
|
|
|
icon: 'ncMapPin', |
|
|
|
|
title: 'Roadmap', |
|
|
|
|
container: FeedRoadmap, |
|
|
|
|
}, |
|
|
|
|
}, */ |
|
|
|
|
{ |
|
|
|
|
key: 'youtube', |
|
|
|
|
icon: 'ncYoutube', |
|
|
|
|