mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-04-27 17:41:22 +00:00
Persistent config data, between routes and components.
This commit is contained in:
parent
7e8ab1c381
commit
90b9cd8b90
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ import master_json from "../data/masters";
|
|||
|
||||
export default {
|
||||
name: "TableSection",
|
||||
props: {
|
||||
configData: Object,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
mastersData: master_json,
|
||||
|
|
Loading…
Reference in a new issue