{{ page.title }}
+{{ page.summary.length > 85 ? page.summary.slice(0, 85) + '…' : page.summary }}
+ +{{ $t('script.typeError', { slot: error.arg + 1, expect: $t(`script.types.${error.expect}`), actual: $t(`script.types.${error.actual}`) }) }}
+{{ $t('script.thereIsEmptySlot', { slot: warn.slot + 1 }) }}
+{{ page.summary.length > 85 ? page.summary.slice(0, 85) + '…' : page.summary }}
+ +
-
-
-
-