开始重构meditor
parent
c3ebcf9830
commit
29dff0d99c
|
@ -2,7 +2,7 @@
|
||||||
<div class="meditor">
|
<div class="meditor">
|
||||||
<section class="toolbar"></section>
|
<section class="toolbar"></section>
|
||||||
<textarea cols="30" rows="10"></textarea>
|
<textarea cols="30" rows="10"></textarea>
|
||||||
<wc-markdown></wc-markdown>
|
<wc-markd></wc-markd>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -17,7 +17,13 @@ export default class Meditor {
|
||||||
}
|
}
|
||||||
|
|
||||||
__init__() {
|
__init__() {
|
||||||
// /* render */
|
/* render */
|
||||||
|
|
||||||
|
var elem = this.root.children[1]
|
||||||
|
|
||||||
|
this.__TOOL__ = elem.children[0]
|
||||||
|
this.__EDITOR__ = elem.children[1]
|
||||||
|
this.__VIEW__ = elem.children[2]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Reference in New Issue