Falko Schindler 3 년 전
부모
커밋
d642f74f80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {