From 46e99babc2d1a0e456d47081c2e7beb961bcd1d5 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 27 Dec 2020 01:50:20 +0800 Subject: [PATCH] fix: style pollution on custom theme (#190) --- src/client/app/exports.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/client/app/exports.ts b/src/client/app/exports.ts index 29242136..21ee2965 100644 --- a/src/client/app/exports.ts +++ b/src/client/app/exports.ts @@ -24,6 +24,3 @@ import { ComponentOptions } from 'vue' import _Debug from './components/Debug.vue' const Debug = _Debug as ComponentOptions export { Debug } - -// default theme -export { default as defaultTheme } from '/@default-theme/index'