Logo

GitLab

Sign in

xntalk / xntalk-web

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • xntalk-web
  • src
  • store
  • actions
  • robots.js
  • 代码提交
    95ef7179
    彭祥雨 authored
    2018-08-15 16:42:13 +0800  
    Browse Code »
robots.js 102 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5
import store from '../'

export function onRobots (robots) {
  store.commit('updateRobots', robots)
}