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.18 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/MessageManager.vue?vue&type=template&id=41c948c1&scoped=true&","dependencies":[{"path":"/home/matheus/vue-projects/vue-quick-chat/src/components/MessageManager.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(\"div\", { staticClass: \"container-message-manager\" }, [\n _c(\"div\", { staticClass: \"message-text-box\" }, [\n _c(\"div\", {\n ref: \"userInput\",\n staticClass: \"message-input\",\n attrs: {\n name: \"\",\n id: \"\",\n placeholder: _vm.placeholder,\n tabIndex: \"0\",\n contenteditable: \"true\"\n },\n on: { input: _vm.onType }\n })\n ]),\n _c(\n \"div\",\n {\n staticClass: \"container-send-message\",\n on: {\n click: function($event) {\n $event.preventDefault()\n return _vm.sendMessage($event)\n }\n }\n },\n [\n _c(\"v-icon\", {\n style: { color: _vm.colors.submitIcon },\n attrs: { name: \"send\", \"base-class\": \"icon-send-message\" }\n })\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}