quasar+vue实现聊天对话窗口效果代码
代码语言:html
所属分类:其他
代码描述:quasar+vue实现聊天对话窗口效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons'>
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/quasar.prod.css">
</head>
<body>
<!--
Forked from:
http://www.quasarchs.com/vue-components/chat#example--sanitized-content
-->
<div id="q-app" style="min-height: 100vh;">
<div class="q-pa-md row justify-center">
<div style="width: 100%; ">
<q-chat-message
name="<span class='text-positive'>Untrusted Source</span>"
avatar="//repo.bfw.wiki/bfwrepo/image/649d3d1393275.png?x-oss-process=image/auto-orient,1/resize,m_fill,w_100,h_100,/quality,q_90"
:text=&.........完整代码请登录后点击上方下载按钮下载查看
网友评论0