PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot get it to work in nativescript-vue..

Peraluna opened this issue · comments

Is it possible to use this DropDown element in nativescript-vue ? If so, could you please show how to use it ?
I've tried to register it using :
Vue.registerElement("DropDown", () => require("nativescript-drop-down").DropDown) in main.js

But when I use it in my vue component file using tag, I got error :
JS: [Vue warn]: Error in nextTick: "TypeError: Could not load view for: dropdown. TypeError: view_1.CSSType is not a function"

The search is your friend: #180