mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Create varaible for updates M2 verbiage
This commit is contained in:
parent
374368ede5
commit
4b8c6a7eea
11 changed files with 28 additions and 18 deletions
|
|
@ -160,10 +160,10 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
title () {
|
||||
return `Apple Silicon and Apple M2 and M1 Ultra app and game compatibility list`
|
||||
return `Apple Silicon and ${ process.env.npm_package_config_verbiage_processors } app and game compatibility list`
|
||||
},
|
||||
description () {
|
||||
return `List of compatibility apps and games for Apple Silicon and the Apple M2 and M1 Ultra Processors including performance reports and benchmarks`
|
||||
return `List of compatibility apps and games for Apple Silicon and the ${ process.env.npm_package_config_verbiage_processors } Processors including performance reports and benchmarks`
|
||||
},
|
||||
allList () {
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue