Blame view

examples/routers/poptip.vue 251 Bytes
40f8606f   梁灏   add Notice component
1
  <template>
b8adf5cf   Aresn   fixed #1101
2
3
4
      <div>
          <Poptip trigger="focus" title="提示标题" content="提示内容">
              <i-input placeholder="输入框的 focus"></i-input>
9699c270   梁灏   add Poptip component
5
          </Poptip>
bf962a69   梁灏   remove Row css - ...
6
      </div>
40f8606f   梁灏   add Notice component
7
8
  </template>
  <script>
40f8606f   梁灏   add Notice component
9
      export default {
b8adf5cf   Aresn   fixed #1101
10
  
40f8606f   梁灏   add Notice component
11
      }
d6342fe1   jingsam   fixed ie bug
12
  </script>