setup | {{ setup }} | |
ref | {{ ref }} | |
onMounted | {{ mounted }} | |
useStore | {{ store.state.test }} | |
useRoute | {{ route.path === '/legacy-capi' ? '✅' : '❌' }} | |
useContext | {{ Object.keys(context).length ? '✅' : '❌' }} | |
useAsync | {{ async }} | |
ssrRef | {{ ssrRef }} | |
shallowSsrRef | {{ shallow }} | |
ssrPromise | {{ promise }} | |
useMeta | {{ title }} | |
onGlobalSetup | {{ globalsetup }} | |
reqSsrRef | {{ '⛔️' }} | |
reqRef | {{ '⛔️' }} |