mirror of
https://github.com/501351981/vue-office.git
synced 2025-07-25 07:41:42 +08:00
fix: excel autoFouce=false
This commit is contained in:
parent
274f982e9d
commit
1d2f31e443
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-9106d552.js"></script>
|
<script type="module" crossorigin src="/vue-office/examples/dist/assets/index-8fd02571.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>
|
||||||
|
@ -90,8 +90,8 @@ export default defineComponent({
|
|||||||
renderImage(ctx, mediasSource, workbookDataSource._worksheets[sheetIndex], offset);
|
renderImage(ctx, mediasSource, workbookDataSource._worksheets[sheetIndex], offset);
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
rootRef.value.blur();
|
rootRef.value.blur();
|
||||||
alert('test');
|
alert('临时测试下切换,明天去除');
|
||||||
});
|
},100);
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user