Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property '$cookies' of undefined #53

Closed
yangyongkangse opened this issue Jun 1, 2020 · 0 comments
Closed

TypeError: Cannot read property '$cookies' of undefined #53

yangyongkangse opened this issue Jun 1, 2020 · 0 comments

Comments

@yangyongkangse
Copy link

import Vue from "vue";
import VueCookies from 'vue-cookies';
import App from "./App.vue";
import router from "./router";
import store from "./store";
import Axios from "axios";
import Api from "./index";
import ElementUI from "element-ui";
import "element-ui/lib/theme-chalk/index.css";

Vue.config.productionTip = false;
Vue.use(VueCookies)
Vue.use(ElementUI);
Vue.prototype.$http = Api;
new Vue({
VueCookies,
router,
store,
Axios,
ElementUI,
render: h => h(App)
}).$mount("#app");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant