Skip to content

Commit

Permalink
fix: 修复复制功能不生效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
iceqing committed Sep 21, 2022
1 parent 7cae85d commit 9193215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from 'amis';
import axios from 'axios';
import { MainStore } from './stores';
import * as copy from 'copy-to-clipboard';
import copy from 'copy-to-clipboard';
import RootRoute from './routes';
import './utils/polyfill';
import {request} from './utils/requestInterceptor';
Expand Down

0 comments on commit 9193215

Please sign in to comment.