mirror of
https://github.com/501351981/vue-office.git
synced 2025-07-15 07:32:19 +08:00
fix: excel autoFouce=false
This commit is contained in:
parent
a005815eaa
commit
274f982e9d
File diff suppressed because one or more lines are too long
2
examples/dist/index.html
vendored
2
examples/dist/index.html
vendored
@ -5,7 +5,7 @@
|
|||||||
<link rel="icon" type="image/svg+xml" href="/vue-office/examples/dist/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vue-office/examples/dist/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Vite + Vue</title>
|
<title>Vite + Vue</title>
|
||||||
<script type="module" crossorigin src="/vue-office/examples/dist/assets/index-f6dd3d43.js"></script>
|
<script type="module" crossorigin src="/vue-office/examples/dist/assets/index-9106d552.js"></script>
|
||||||
<link rel="stylesheet" href="/vue-office/examples/dist/assets/index-3a74d980.css">
|
<link rel="stylesheet" href="/vue-office/examples/dist/assets/index-3a74d980.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -88,7 +88,10 @@ export default defineComponent({
|
|||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
xs.reRender();
|
xs.reRender();
|
||||||
renderImage(ctx, mediasSource, workbookDataSource._worksheets[sheetIndex], offset);
|
renderImage(ctx, mediasSource, workbookDataSource._worksheets[sheetIndex], offset);
|
||||||
rootRef.value.blur();
|
setTimeout(()=>{
|
||||||
|
rootRef.value.blur();
|
||||||
|
alert('test');
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user