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

Do not set id by default

Open nikolay-borzov opened this issue 6 years ago • 0 comments

In Vue environment it's rarely necessary to assign id attribute to an element. Now user have to set an unique id otherwise there will be elements with the same id (e.g. grid). To make id optional:

id: {
        type: String,
        default: null
      },

nikolay-borzov avatar Nov 02 '17 04:11 nikolay-borzov