Quasar docs coding style question
-
Hi, I just downloaded the Quasar docs (because I was interested in seeing how the search dropdown worked) and I notice a coding style that I don’t recognize, (with no template tag arrow brackets around components for example, and other differences). I was wondering if you could point me to information about this coding style / these coding rules. Are these a part of a particular eslint configuration or something else? Are there supporting packages that affect this? Thanks!
-
There are template tags. Like this
<template lang="pug">
. Thelang="pug"
should answer your question.Scott