Export AppTemplate class

This commit is contained in:
Sam Carlton 2021-03-06 19:26:00 -06:00
parent ec23ead195
commit f7e7a4861b

View file

@ -20,7 +20,7 @@ export const makeDescription = function ( app ) {
return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Processors when installed via Homebrew. `
}
class AppTemplate {
export class AppTemplate {
// or `async data() {`
// or `get data() {`
data () {