mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Export AppTemplate class
This commit is contained in:
parent
ec23ead195
commit
f7e7a4861b
1 changed files with 1 additions and 1 deletions
|
|
@ -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. `
|
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 `async data() {`
|
||||||
// or `get data() {`
|
// or `get data() {`
|
||||||
data () {
|
data () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue