Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

[] (Lorence) Custom Control #124

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Conversation

flagtick
Copy link

No description provided.

import TextBlockConfigView from "@/views/control-configs/TextBlockConfigView";
import TextHTMLConfigView from "@/views/control-configs/TextHTMLConfigView";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'import' is only available in ES6 (use 'esversion: 6').

import ButtonControl from "@/views/controls/ButtonControl"
import EmptyBlockControl from "@/views/controls/EmptyBlockControl";
import TextBlockControl from "@/views/controls/TextBlockControl";
import TextHTMLControl from "@/views/controls/TextHTMLControl";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'import' is only available in ES6 (use 'esversion: 6').

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant