mirror of
https://github.com/501351981/vue-office.git
synced 2025-06-15 07:00:00 +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" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -88,7 +88,10 @@ export default defineComponent({
|
||||
setTimeout(()=>{
|
||||
xs.reRender();
|
||||
renderImage(ctx, mediasSource, workbookDataSource._worksheets[sheetIndex], offset);
|
||||
setTimeout(()=>{
|
||||
rootRef.value.blur();
|
||||
alert('test');
|
||||
});
|
||||
});
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user