
vue
文章平均质量分 87
scaling_heights
scaling_heights
展开
-
vue table 编辑
<template> <ux-spin :spinning="spinning" :wrap-style="{'width':'100%'}"> <span slot="tip">任务添加中 ...</span> <div class="ux-layout-main" style="paddin...原创 2019-11-27 22:42:41 · 358 阅读 · 0 评论 -
vue 登录权限
vue判断该路由是否需要登录权限 https://www.cnblogs.com/lalalagq/p/9898202.html // The Vue build version to load with the `import` command // (runtime-only or standalone) has been set in webpack.base.conf with an ...原创 2019-05-18 10:15:11 · 587 阅读 · 0 评论 -
vue echart 饼图
<!-- 自定义 echart 组件 --> <template> <div> <!-- echart表格 --> <div :id="id" class="myChart" :style="echartStyle"></div> </div> </template> <...原创 2019-05-11 19:21:46 · 1032 阅读 · 0 评论 -
vue + setup
vscode64位下载地址: https://code.visualstudio.com/docs/?dv=winzip解压缩包安装完成。 Ctrl + Shift + ~ 快捷键打开cmd操作。 . // The Vue build version to load with the `import` command // (run...原创 2018-09-08 17:49:44 · 2814 阅读 · 0 评论 -
vue + 模板
<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="t" tagdir="/WEB-INF/tags/" %> <% String path = request.getContextPath(); String webName原创 2018-07-10 16:18:11 · 611 阅读 · 0 评论 -
vue + select
内容待更新原创 2018-09-08 10:54:06 · 539 阅读 · 0 评论 -
vue + tree
内容待更新原创 2018-09-08 10:53:19 · 328 阅读 · 0 评论 -
vue + 常规
download url : https://vuejs.org/v2/guide/installation.html vuex远程学习地址 https://vuex.vuejs.org/zh/guide/ Vue2.0 render:h => h(App) 1 new Vue({ 2 3 router, 4 store, 5 //c...原创 2018-07-09 10:38:56 · 250 阅读 · 0 评论 -
vue + elementui
<el-form-item v-for="(domain, index) in form.domains" :label="'URL示例'" :key="domain.key" :prop="'domains.' + index + '.value'" :rules="index < 3?[{ required: true, message: '请...原创 2018-07-26 21:38:01 · 435 阅读 · 0 评论 -
vue + token
内容等待更新~~~~ 参考: https://www.cnblogs.com/dhsz/p/6410031.html https://blog.youkuaiyun.com/qq_34825875/article/details/79569579 https://blog.youkuaiyun.com/zhangwenwu2/article/details/76228140/原创 2018-09-08 10:38:35 · 1201 阅读 · 0 评论 -
vue + java
为了看的清楚一点如果我们的vue工程下面有dist文件夹,请reveal删除它 部署Vue前端项目:npm run build 我们的工程下面会出现 把前端代码copy到后端代码的webAPP目录下 参考:https://blog.youkuaiyun.com/weixin_39370315/article/details/79174741 https://blog.csdn....原创 2018-09-08 10:35:32 · 1375 阅读 · 0 评论 -
vue + echart
<!-- 层叠柱状图 --> <style lang="stylus" scoped> .bandwidthline height 450px background-size 100% 100% .bandwidthmain width 100% height calc(100%) ....原创 2018-09-08 10:15:29 · 1119 阅读 · 0 评论