Is it possible to add syntax highlighting support to template literals when not using .vue files.
{
template: `
<div :class="['loading', {'loading-dark': dark, 'loading-small': small}]">
<i class="fa fa-spinner fa-pulse"></i>
</div>
`,
props: {
dark: {
type: Boolean,
default: false
},
small: {
type: Boolean,
default: false
}
}
};
vharadkou, johnsusek, pascalgermain, faisalhakim47, string-areeb and 11 more
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4