mirror of
https://github.com/certd/certd.git
synced 2026-07-01 00:47:33 +08:00
chore: 1
This commit is contained in:
@@ -34,7 +34,7 @@ describe("plugin-lib common util", () => {
|
||||
title: "选择资源",
|
||||
action: "ListResource",
|
||||
typeName: "resource",
|
||||
multi: false,
|
||||
single: true,
|
||||
search: true,
|
||||
watches: ["region"],
|
||||
});
|
||||
@@ -46,8 +46,8 @@ describe("plugin-lib common util", () => {
|
||||
vModel: "value",
|
||||
action: "ListResource",
|
||||
typeName: "resource",
|
||||
mode: "default",
|
||||
multi: false,
|
||||
mode: "tags",
|
||||
single: true,
|
||||
search: true,
|
||||
});
|
||||
expect(define.component.watches).to.deep.equal(["certDomains", "accessId", "region"]);
|
||||
|
||||
Reference in New Issue
Block a user