mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Remove obsolete import in Plugin.vue
This commit is contained in:
parent
490dc587a2
commit
6e67ff8292
1 changed files with 1 additions and 2 deletions
|
@ -125,13 +125,12 @@
|
||||||
import yaml from "js-yaml";
|
import yaml from "js-yaml";
|
||||||
import CodeBlock from "./CodeBlock";
|
import CodeBlock from "./CodeBlock";
|
||||||
import MarkdownBlock from "./MarkdownBlock";
|
import MarkdownBlock from "./MarkdownBlock";
|
||||||
import Tabs from "../shared/Tabs";
|
|
||||||
|
|
||||||
const validTabs = ['usage', 'configuration'];
|
const validTabs = ['usage', 'configuration'];
|
||||||
const defaultTab = 'usage';
|
const defaultTab = 'usage';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: { CodeBlock, MarkdownBlock, Tabs },
|
components: { CodeBlock, MarkdownBlock },
|
||||||
|
|
||||||
async mounted() {
|
async mounted() {
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue