"use strict";const e=require("../common/vendor.js").createStore({state:{token:""},mutations:{setToken(e,t){e.token=t}}});exports.store=e;