Falko Schindler %!s(int64=3) %!d(string=hai) anos
pai
achega
d642f74f80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      nicegui/elements/colors.js

+ 1 - 1
nicegui/elements/colors.js

@@ -1,5 +1,5 @@
 Vue.component("colors", {
-  template: `<span v-bind:id="jp_props.id" :class="jp_props.classes" :style="jp_props.style"></span>`,
+  template: `<span v-bind:id="jp_props.id"></span>`,
   mounted() {
     var colors = this.$props.jp_props.options;
     for (var color in colors) {