摘要: <template> <div class="serverList"> <ul class="scrollModeBox" :style="{'-webkit-overflow-scrolling': scrollMode,height: wrapperHeight + 'px'}"> <mt-lo 阅读全文
posted @ 2019-11-06 17:58 Panax 阅读(2117) 评论(0) 推荐(0) 编辑
摘要: 直接贴代码: <template> <div class="hello"> <p>签字:</p> <canvas id="canvas" width="300" height="400">Canvas画板</canvas> <button style="background: #fff;color: 阅读全文
posted @ 2019-11-06 17:53 Panax 阅读(1317) 评论(0) 推荐(0) 编辑
摘要: 安装: npm i vue-preview -S 2. main.js中 导入组件 //vue-preview 开始 import VuePreview from 'vue-preview'; // defalut install Vue.use(VuePreview) //vue-preview 阅读全文
posted @ 2019-11-06 17:00 Panax 阅读(2313) 评论(0) 推荐(0) 编辑