Skip to content

Commit

Permalink
docs: delete useless import (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janson1012 authored Sep 20, 2024
1 parent a5d2696 commit c042e54
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/basic-usage.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/code-block-highlight.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
import hljs from 'highlight.js'
// import the highlight.js theme you want
import 'highlight.js/styles/atom-one-dark.css'
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/counter-count.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/counter.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/custom-toolbar.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/emoji.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/file-upload.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/format-painter.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/formula.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
import katex from 'katex'
import 'katex/dist/katex.min.css'
window.katex = katex
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/get-html.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted, ref } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
import katex from 'katex'
import 'katex/dist/katex.min.css'
import hljs from 'highlight.js'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/image-upload.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down
2 changes: 0 additions & 2 deletions packages/docs/fluent-editor/demos/markdown.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
import MarkdownShortcuts from 'quill-markdown-shortcuts'
let editor
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/mention-custom-list.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/mention.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/table.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down
1 change: 0 additions & 1 deletion packages/docs/fluent-editor/demos/video.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { onMounted } from 'vue'
import FluentEditor from '@opentiny/fluent-editor'
let editor
Expand Down

0 comments on commit c042e54

Please sign in to comment.