vue-typescript-admin-template
vue-typescript-admin-template copied to clipboard
🖖 A vue-cli 3.0 + typescript minimal admin template
**Make sure the PR fulfills these requirements:** - When resolving a specific issue, make sure it's referenced in the PR's title (e.g. `Closes #xxx[,#xxx]`, where "xxx" is the issue number)...
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.7.1 to 5.10.0. Changelog Sourced from tinymce's changelog. 5.10.0 - 2021-10-11 Added Added a new URI.isDomSafe(uri) API to check if a URI is considered safe to be...
該分支的 package.json devDependencies 區段使用的webpack為 ^5.3.2,這導致無法在使用npm install安裝相關依賴後serve起來。 會有如下錯誤: ``` ERROR Error: Rule can only have one resource source (provided resource and test + include + exclude ``` 檢查 master 分支發現是使用 ^4.4.2,修改為相同版本後...
# element-ui 升级 element-ui 最新版本已经是 2.15.6了,当前代码中使用的是2.15.1 是不是可以升级一下
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [xlsx](https://github.com/SheetJS/sheetjs) from 0.16.9 to 0.17.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
`import { Action, getModule, Module, Mutation, VuexModule } from "vuex-module-decorators"; import store from "@/store"; export interface IProductPlanState { totalCount: number, currentPage: number, pageSize: number, list:any[], loading: boolean, TempList:any[], } @Module({dynamic:true,store,...
在src/components/HeaderSearch/index.vue中 fuse.js里的参数应改为keys: [{ name: 'meta.title'}](原为meta)。 因加入的关键字列表是{meta:{title:xxx},path:xxx} title是在meta之下的
# I'm submitting a ## Current behavior ## Expected behavior ## Minimal reproduction of the problem with instructions ## What is the motivation / use case for changing the behavior...