Skip to content

Commit

Permalink
fix: 恢复自动导入api处理
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Apr 15, 2024
1 parent f7add58 commit 82ad0ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
'plugin:vue/vue3-essential',
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended',
'./.eslintrc-auto-import.json',
],
parser: 'vue-eslint-parser',
parserOptions: {
Expand Down
5 changes: 2 additions & 3 deletions src/components/waterMark.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @Author: June
* @Description:
* @Date: 2023-11-01 11:54:10
* @LastEditors: June
* @LastEditTime: 2024-03-24 11:01:30
* @LastEditors: June [email protected]
* @LastEditTime: 2024-04-15 17:30:50
-->
<template>
<Button type="text" @click="addWaterMark">
Expand Down Expand Up @@ -73,7 +73,6 @@ import { debounce } from 'lodash-es';
import useSelect from '@/hooks/select';
import { useFont } from '@/hooks';
import { Message } from 'view-ui-plus';
import { reactive, ref } from 'vue';
const { fontsList, loadFont } = useFont();
const { canvasEditor }: any = useSelect();
Expand Down
2 changes: 0 additions & 2 deletions src/hooks/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* @LastEditors: 秦少卫
* @LastEditTime: 2024-04-10 14:42:34
*/
import { inject, onBeforeMount, onMounted, reactive } from 'vue';

import Editor, { EventType } from '@kuaitu/core';
const { SelectEvent, SelectMode } = EventType;
interface Selector {
Expand Down

0 comments on commit 82ad0ef

Please sign in to comment.