// options API const externalVariable = getValue(); export default { data() { return { reactiveVariable: externalVariable, }; } };