Open championswimmer opened 6 years ago
This allows us to write
<template lang=xml> ... </template>
Which makes IDEs syntax highlight better. Most IDEs are configured to treat part of .vue files as HTML, and Nativescript components are not considered valid DOM elements.
This allows us to write
Which makes IDEs syntax highlight better. Most IDEs are configured to treat part of .vue files as HTML, and Nativescript components are not considered valid DOM elements.