Appearance
@saflib/parser
extractVueRootTag(source): null | string
source
null
string
First tag name in the SFC's root <template> block, skipping comments and whitespace. null when the template is empty or absent.
<template>
null | string