• This project
    • Loading...
  • Sign in

2020-1-capstone-design1 / PKH_Project1

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 2
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • PKH_Project1
  • web
  • frontend
  • src
  • store
  • index.js
  • Yoonjunhyeon's avatar
    backend 파일 업로드 완료 · 1a0d3bcd
    1a0d3bcd
    Yoonjunhyeon authored 2020-05-02 21:46:16 +0900
index.js 173 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
import Vue from 'vue';
import Vuex from 'vuex';

Vue.use(Vuex);

export default new Vuex.Store({
  state: {
  },
  mutations: {
  },
  actions: {
  },
  modules: {
  },
});