1 line
457 B
JSON
1 line
457 B
JSON
{"ast":null,"code":"import { mapState } from \"vuex\";\nexport default {\n name: \"toningResult\",\n props: {\n result: {\n type: Number,\n default: null\n },\n sendMode: {\n type: String,\n default: \"\"\n }\n },\n computed: {\n ...mapState({\n Lang: state => state.config.$lang,\n Type: state => state.config.$Type\n })\n }\n};","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]} |