zzzgit

Results 30 comments of zzzgit

![qq 20161128192607](https://cloud.githubusercontent.com/assets/1060733/20666750/c3e377c0-b5a0-11e6-8318-3b5db8ad960c.jpg)

now i have updated node to 6.9.1 and npm to 4.0.2 but i can't input into the panel still

editor.txt.html() editor.txt.text() 是不是換一個函數就沒問題了?

Why isn't there anyone to maintain this project?

It's still an issue until Jan 2024.

Yes,I tried "modules not found" as you mentioned,then I found that if you haven't use this plugin, there will be no error in the console when modules not found. The...

官网这种API,不用template来定义menu,而是绑定一个items的数组,而数组里面是用一个叫h的函数来渲染DOM。 這種方式,把业务上的逻辑层次结构和页面渲染耦合在一起了。Vue的设计就是要把data跟view進行分離,ant 这种设计,不是與之背道而驰嗎?一個在進行耦合,一個在進行解耦。 假如,这个items數組很长,有三千行,我想单独用一个文件放置,比如menu-data.js。因为数组里面还有用h函数进行渲染的逻辑,这个文件还得引入一些component才行: ``` vue menu-data.js: import many-many-components from "lib" export default [ { label: h(Comp), name: 'Comp' } ] ``` 一個純粹只想定義層次結構的文件,裡面引入一對components,不奇怪嗎?

![qq 20161124153202](https://cloud.githubusercontent.com/assets/1060733/20590423/f92571e0-b25d-11e6-9283-c3a38641f485.jpg)

do you have qq or some qq groups? qq is more convenient to communication.