Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
Vue-WebDriver
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高源
Vue-WebDriver
Commits
984e9d2d
Commit
984e9d2d
authored
Nov 23, 2023
by
高源
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
主页面优化
parent
dc4630e1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
App.vue
src/App.vue
+0
-0
elclick.vue
src/components/elclick.vue
+3
-3
No files found.
src/App.vue
View file @
984e9d2d
This diff is collapsed.
Click to expand it.
src/components/elclick.vue
View file @
984e9d2d
...
...
@@ -29,7 +29,7 @@
export
default
{
name
:
'elClick'
,
components
:
{},
props
:
[
'
actionName'
,
'actionType'
,
'
dynamicTagObj'
],
props
:
[
'dynamicTagObj'
],
data
()
{
return
{
elementInfos
:
{},
// 存储当前选中元素的信息
...
...
@@ -47,8 +47,8 @@ export default {
},
created
()
{
console
.
log
(
this
.
dynamicTagObj
);
if
(
Object
.
keys
(
this
.
dynamicTagObj
.
actionConfigs
).
length
==
0
)
return
this
.
actionConfig
=
this
.
dynamicTagObj
.
actionConfigs
//
if (Object.keys(this.dynamicTagObj.actionConfigs).length == 0) return
//
this.actionConfig = this.dynamicTagObj.actionConfigs
},
mounted
()
{
},
beforeDestroy
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment