Skip to content

Commit 133d3b5

Browse files
committed
upgrade version to v0.6.1
1 parent 64cffe8 commit 133d3b5

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ declare module 'vue' {
1616
NCard: typeof import('naive-ui')['NCard']
1717
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
1818
NDataTable: typeof import('naive-ui')['NDataTable']
19+
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
1920
NDrawer: typeof import('naive-ui')['NDrawer']
2021
NDrawerContent: typeof import('naive-ui')['NDrawerContent']
2122
NDropdown: typeof import('naive-ui')['NDropdown']

dist-wrap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rnacos-web-dist-wrap"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2018"
55
authors = ["heqingpan <heqingpan@126.com>"]
66
license = "MIT/Apache-2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"vue3"
1212
],
1313
"private": true,
14-
"version": "0.6.0",
14+
"version": "0.6.1",
1515
"type": "module",
1616
"scripts": {
1717
"dev": "vite",

src/pages/ConfigListPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export default defineComponent({
334334
doQueryList()
335335
.then(handleApiResult)
336336
.then((page) => {
337-
console.log('page response:', page);
337+
//console.log('page response:', page);
338338
loadingRef.value = false;
339339
let count = page.totalCount;
340340
let pageSize = paginationReactive.pageSize;

0 commit comments

Comments
 (0)