随笔分类 - Vue
摘要:<a-table ref="table" :columns="columns" :rowKey="row => row.Id" :dataSource="data" :pagination="pagination" :loading="loading" @change="handleTableCha
阅读全文
摘要:<a-form-model-item label="物料" prop="MaterialId"> <a-select v-model="entity.MaterialId" allowClear @select="onMaterialChanged"> <a-select-option v-for=
阅读全文
摘要:修改nginx.conf listen 8089; server_name localhost; #charset koi8-r; #access_log logs/host.access.log main; location / { root vuetest\dist; index index.h
阅读全文
摘要:antdesign2.0版,form 和 formmodel合并成form了,保留了formmodel的功能。 <a-form class="ant-advanced-search-form" :model="ruleForm" :rules="rules" /> a-input v-model绑定
阅读全文
摘要:创建项目后 安装antdesign npm i --save ant-design-vue@next main.js中添加引用 import { createApp } from 'vue' import Antd from 'ant-design-vue'; import 'ant-design-
阅读全文
摘要:安装vue-router npm install vue-router@4.0.0-beta.13 创建src/router/index.js import { createRouter, createWebHashHistory } from 'vue-router' const router =
阅读全文
摘要:安装axios npm install axios vue-axios main.js里 import axios from 'axios' import VueAxios from 'vue-axios' const app = createApp(App) // 创建实例 app.config.
阅读全文

浙公网安备 33010602011771号