Vue-select: how to Browser globals use?

Created on 29 May 2016  路  4Comments  路  Source: sagalbot/vue-select

question

Most helpful comment

This is now possible in v1.2.0.

All 4 comments

vue-select is a single-file component intended to be used within a module-bundler environment like webpack or browserify, and as such will not work with a browser global version of Vue.js.

This is the first request I've had up until now for browser global support. At this time I don't have any plans to add support for it, as I think the vast majority are using it within the environment described - but if that changes, I'll let you know!

HaHa ,i should describe my question . for example, my old app uses Vue.js just for view layer and globally use a lot of other Vue-components. no ES6, no vue-cli and no webpack. now want to use Vue-select to replace my own one. please just think it again 锛氾級

This is now possible in v1.2.0.

That is most welcome, as we can use your component with legacy application who can't run with all the bell and whistle of a module-bundler.
thank you again !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rudykaze picture rudykaze  路  3Comments

ducdev picture ducdev  路  3Comments

manjunath-coachthem picture manjunath-coachthem  路  3Comments

xuwenhao picture xuwenhao  路  3Comments

mattWalters0 picture mattWalters0  路  3Comments