Vue-multiselect: Missing styling

Created on 12 Mar 2017  路  2Comments  路  Source: shentao/vue-multiselect

Hey, cool component.

I've just have some issues by loading the styling, or am i missing something :D?

http://recordit.co/99gKetLtpb

my html

<multiselect v-model="form.client" :options="options" :searchable="false" :close-on-select="false" :show-labels="false" placeholder="Pick a value"></multiselect>

my Vuejs

import Multiselect from 'vue-multiselect'

      data () {
            return {
                options: ['selected'],
                clients: [],
                form: new SparkForm({
                    client: {},
                    notes : '',
                    date  : '',
                    items : [],
                    amount: null
                }),
            };
        },

          components: {
            Multiselect
          },

All 2 comments

How did you resolved it?

@janswist Oh i can't remember

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MaxHalford picture MaxHalford  路  4Comments

PrimozRome picture PrimozRome  路  3Comments

wujekbogdan picture wujekbogdan  路  4Comments

xereda picture xereda  路  4Comments

andreasvirkus picture andreasvirkus  路  3Comments