intersectionless support

This commit is contained in:
Henry Jameson 2025-06-28 22:21:07 +03:00
commit ba48c875db

View file

@ -169,6 +169,8 @@ const AppearanceTab = {
}, {
root: this.$refs.themeList
})
} else {
this.availableStyles.forEach(theme => this.previewTheme(theme.key, theme.version, theme.data))
}
},
updated () {