vue-element icon indicating copy to clipboard operation
vue-element copied to clipboard

When will vue-element support vue 2.0 ?

Open romans127 opened this issue 9 years ago • 3 comments

Is there a timeline or a list of what needs to be done for vue-element to be supported in vue 2.0

romans127 avatar Nov 08 '16 18:11 romans127

Up. Vue is still better solution for Custom Elements than Web Components itself.

dariuszsikorski avatar Nov 15 '16 15:11 dariuszsikorski

Any comments on this question ?

romans127 avatar Nov 17 '16 20:11 romans127

Here is vue-element with support for 1.0 and 2.0 by @karol-f, currently not merged to master branch. PULL REQUEST https://github.com/vuejs/vue-element/pull/9

To clone this version type following commands:

git clone https://github.com/vuejs/vue-element.git
cd vue-element
git fetch origin pull/9/head:KAROL
git checkout KAROL

He's done a lot of good work in there.

dariuszsikorski avatar Dec 03 '16 13:12 dariuszsikorski