mditor icon indicating copy to clipboard operation
mditor copied to clipboard

和vuejs冲突

Open paoding-team opened this issue 8 years ago • 2 comments

vujs 和 mditor都用{{}},编辑器加载不出来,有如下错误:

  • class="mditor {{split?'split':''}} {{preview?'preview':''}} {{fullscreen?'fullscreen':''}}": Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. For example, instead of
    , use
    .
  • style="width:{{width}};height:{{height}}": Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. For example, instead of
    , use
    .
  • class="finder {{active?'active':''}}": Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. For example, instead of
    , use
    .

    (found in <Root>)

paoding-team avatar Mar 22 '17 15:03 paoding-team

@jagopy 你是如何使用的,能否贴部分代码过来?

Houfeng avatar Mar 23 '17 10:03 Houfeng

其他地方的问题吧 我用好好的

xiangpaopao avatar Mar 30 '17 08:03 xiangpaopao