diff --git a/src/standalone/index.js b/src/standalone/index.js index 2f731b2e..fbf7b19f 100644 --- a/src/standalone/index.js +++ b/src/standalone/index.js @@ -2,13 +2,11 @@ import StandaloneLayout from './layout' import '../style/main.scss' import TopbarPlugin from "plugins/topbar" -import ConfigsPlugin from "plugins/configs" // the Standalone preset let preset = [ TopbarPlugin, - ConfigsPlugin, () => { return { components: { StandaloneLayout }