|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div class="main-content12"> |
|
|
|
<div class="elementWrap"> |
|
|
|
<domainBind label="域名设置" :options="domainOptions" @handleEvent="handleEvent"/> |
|
|
|
<domainBind label="域名设置" :options="domainOptions" @handleEvent="handleEvent" @handleOptions="handleOptions"/> |
|
|
|
<PromptText text='这是一个提示框' :type="1" /> |
|
|
|
<PromptText text='这是一个提示框' :type="2" /> |
|
|
|
<PromptText text='这是一个提示框' :type="3" /> |
|
|
@ -951,6 +951,9 @@ export default { |
|
|
|
handleEvent(data){ |
|
|
|
console.log(data,'data') |
|
|
|
}, |
|
|
|
handleOptions(options){ |
|
|
|
console.log(options,'options') |
|
|
|
}, |
|
|
|
// 手动copy内容 |
|
|
|
handleClickCopy(){ |
|
|
|
this.$copy(this.form.input1, { |
|
|
|