CSR-666 Add experiment-mixin

This commit is contained in:
Katie 2022-07-15 12:14:39 -04:00
parent 764222b600
commit 453d086a1d
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,13 @@
export default {
methods: {
hasSettingEqualTo(settingName, settingValue) {
},
hasSetting(settingName) {
},
getSettingValue(settingName) {
}
},
}

View file