valaxy icon indicating copy to clipboard operation
valaxy copied to clipboard

bug: unable to use valaxy addons in theme in any form

Open hairyf opened this issue 3 years ago • 1 comments

image

hairyf avatar Jul 25 '22 03:07 hairyf

emm, this is a temporary solution

image

hairyf avatar Jul 25 '22 03:07 hairyf

Now, it works.

export default defineTheme<ThemeConfig>((options) => {
  return {
    themeConfig: defaultThemeConfig,
    vite: {
      plugins: [ThemeVitePlugin(options)],
    },
    unocss: {
      safelist: generateSafelist(options),
    },
    addons: ['valaxy-addon-waline'],
  }
})

YunYouJun avatar Jan 23 '23 04:01 YunYouJun