优化:《我的标签》增加标签云展示
This commit is contained in:
@@ -3,11 +3,13 @@ import MyLayout from "./MyLayout.vue"
|
||||
import './styles/vars.css'
|
||||
import './styles/custom.css'
|
||||
import ArticleMetadata from './components/ArticleMetadata.vue'
|
||||
import WordCloud from './components/WordCloud.vue'
|
||||
|
||||
export default {
|
||||
...DefaultTheme,
|
||||
Layout: MyLayout,
|
||||
enhanceApp({ app }) {
|
||||
app.component('ArticleMetadata', ArticleMetadata)
|
||||
app.component('WordCloud', WordCloud)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user