UNPKG

vue-quick-chat

Version:

This vue component is a simple chat that can be easily imported and used in your project.

1 lines 2.9 kB
{"remainingRequest":"/usr/local/share/.config/yarn/global/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/home/matheus/vue-projects/vue-quick-chat/node_modules/cache-loader/dist/cjs.js??ref--0-0!/home/matheus/vue-projects/vue-quick-chat/node_modules/vue-loader/lib/index.js??vue-loader-options!/home/matheus/vue-projects/vue-quick-chat/src/components/Header.vue?vue&type=template&id=1a9bb128&scoped=true&","dependencies":[{"path":"/home/matheus/vue-projects/vue-quick-chat/src/components/Header.vue","mtime":1567027869041},{"path":"/home/matheus/vue-projects/vue-quick-chat/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/usr/local/share/.config/yarn/global/node_modules/vue-loader/lib/loaders/templateLoader.js","mtime":1566664071830},{"path":"/home/matheus/vue-projects/vue-quick-chat/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/home/matheus/vue-projects/vue-quick-chat/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n {\n staticClass: \"header-container\",\n style: { background: _vm.colors.header.bg }\n },\n [\n _c(\"div\", { staticClass: \"header-title\" }, [\n _c(\n \"p\",\n {\n staticClass: \"header-title-text\",\n style: { color: _vm.colors.header.text }\n },\n [_vm._v(_vm._s(_vm.chatTitle))]\n ),\n _c(\n \"p\",\n { staticClass: \"header-paticipants-text\" },\n [\n _c(\"span\", [\n _vm._v(\n \"\\n \" +\n _vm._s(_vm.myself.name + \", \") +\n \"\\n \"\n )\n ]),\n _vm._l(_vm.participants, function(participant, index) {\n return _c(\"span\", { key: participant.id }, [\n _vm._v(\n \"\\n \" +\n _vm._s(\n _vm.participants.length - 1 != index\n ? participant.name + \", \"\n : participant.name\n ) +\n \"\\n \"\n )\n ])\n })\n ],\n 2\n )\n ]),\n _c(\"div\", { staticClass: \"header-exit\" }, [\n _c(\n \"a\",\n { staticClass: \"header-exit-button\", attrs: { href: \"#\" } },\n [\n _c(\"v-icon\", {\n attrs: { name: \"x\", \"base-class\": \"icon-close-chat\" }\n })\n ],\n 1\n )\n ])\n ]\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}