feat: update Suspense usage (#2099)
See https://github.com/vuejs/vue-next/pull/2099 for details.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
|
||||
<script>
|
||||
const delay = window.location.hash === '#test' ? 16 : 300
|
||||
const delay = window.location.hash === '#test' ? 50 : 300
|
||||
|
||||
Vue.createApp({
|
||||
data: () => ({
|
||||
|
||||
Reference in New Issue
Block a user